mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-06 19:34:14 -04:00
Return world_readable and guest_can_join in /publicRooms
This commit is contained in:
parent
466b4ec01d
commit
cf437900e0
4 changed files with 71 additions and 29 deletions
|
@ -313,6 +313,8 @@ class EventsStore(SQLBaseStore):
|
|||
self._store_redaction(txn, event)
|
||||
elif event.type == EventTypes.RoomHistoryVisibility:
|
||||
self._store_history_visibility_txn(txn, event)
|
||||
elif event.type == EventTypes.GuestAccess:
|
||||
self._store_guest_access_txn(txn, event)
|
||||
|
||||
self._store_room_members_txn(
|
||||
txn,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue