Return world_readable and guest_can_join in /publicRooms

This commit is contained in:
Daniel Wagner-Hall 2015-11-10 17:10:27 +00:00
parent 466b4ec01d
commit cf437900e0
4 changed files with 71 additions and 29 deletions

View file

@ -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,