mirror of
https://mau.dev/maunium/synapse.git
synced 2024-12-15 03:53:52 +01:00
Bugfix for back-pagination of presence
This commit is contained in:
parent
277fd2250a
commit
dada11dc5f
1 changed files with 2 additions and 0 deletions
|
@ -840,6 +840,8 @@ class PresenceEventSource(object):
|
||||||
from_token = pagination_config.from_token
|
from_token = pagination_config.from_token
|
||||||
to_token = pagination_config.to_token
|
to_token = pagination_config.to_token
|
||||||
|
|
||||||
|
observer_user = user
|
||||||
|
|
||||||
from_key = int(from_token.presence_key)
|
from_key = int(from_token.presence_key)
|
||||||
|
|
||||||
if to_token:
|
if to_token:
|
||||||
|
|
Loading…
Reference in a new issue