mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 10:16:07 -04:00
Comment
This commit is contained in:
parent
414522aed5
commit
a8c8e4efd4
2 changed files with 9 additions and 1 deletions
|
@ -251,6 +251,8 @@ class TransactionQueue(object):
|
|||
|
||||
# First we queue up the new presence by user ID, so multiple presence
|
||||
# updates in quick successtion are correctly handled
|
||||
# We only want to send presence for our own users, so lets always just
|
||||
# filter here just in case.
|
||||
self.pending_presence.update({
|
||||
state.user_id: state for state in states
|
||||
if self.is_mine_id(state.user_id)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue