mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 22:14:55 -04:00
Merge branch 'notifier_unify' into notifier_performance
This commit is contained in:
commit
78672a9fd5
3 changed files with 28 additions and 24 deletions
|
@ -316,7 +316,7 @@ class Notifier(object):
|
|||
user, getattr(from_token, keyname), limit,
|
||||
)
|
||||
events.extend(stuff)
|
||||
end_token = from_token.copy_and_replace(keyname, new_key)
|
||||
end_token = end_token.copy_and_replace(keyname, new_key)
|
||||
|
||||
if events:
|
||||
defer.returnValue((events, (from_token, end_token)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue