mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-07 14:42:12 -04:00
Add a room visibility stream
This commit is contained in:
parent
ed992ae6ba
commit
baffe96d95
4 changed files with 100 additions and 16 deletions
|
@ -113,6 +113,9 @@ class DataStore(RoomMemberStore, RoomStore,
|
|||
self._device_inbox_id_gen = StreamIdGenerator(
|
||||
db_conn, "device_max_stream_id", "stream_id"
|
||||
)
|
||||
self._public_room_id_gen = StreamIdGenerator(
|
||||
db_conn, "public_room_list_stream", "stream_id"
|
||||
)
|
||||
|
||||
self._transaction_id_gen = IdGenerator(db_conn, "sent_transactions", "id")
|
||||
self._state_groups_id_gen = IdGenerator(db_conn, "state_groups", "id")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue