mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-13 09:02:11 -04:00
Fix bug when running presence off master (#10149)
Hopefully fixes #10027.
This commit is contained in:
parent
b31daac01c
commit
d26d15ba3d
3 changed files with 17 additions and 1 deletions
|
@ -50,7 +50,7 @@ class PresenceStore(SQLBaseStore):
|
|||
instance_name=self._instance_name,
|
||||
tables=[("presence_stream", "instance_name", "stream_id")],
|
||||
sequence_name="presence_stream_sequence",
|
||||
writers=hs.config.worker.writers.to_device,
|
||||
writers=hs.config.worker.writers.presence,
|
||||
)
|
||||
else:
|
||||
self._presence_id_gen = StreamIdGenerator(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue