mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-19 06:47:47 -04:00
Prefill from the correct stream
This commit is contained in:
parent
deda48068c
commit
9848b54cac
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ class DataStore(RoomMemberStore, RoomStore,
|
||||||
)
|
)
|
||||||
|
|
||||||
push_rules_prefill, push_rules_id = self._get_cache_dict(
|
push_rules_prefill, push_rules_id = self._get_cache_dict(
|
||||||
db_conn, "presence_stream",
|
db_conn, "push_rules_stream",
|
||||||
entity_column="user_id",
|
entity_column="user_id",
|
||||||
stream_column="stream_id",
|
stream_column="stream_id",
|
||||||
max_value=self._push_rules_stream_id_gen.get_max_token()[0],
|
max_value=self._push_rules_stream_id_gen.get_max_token()[0],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue