mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 11:06:07 -04:00
preserve room visibility
This commit is contained in:
parent
0f7d1c9906
commit
4cda300058
2 changed files with 6 additions and 4 deletions
|
@ -47,7 +47,7 @@ class RoomWorkerStore(SQLBaseStore):
|
|||
Args:
|
||||
room_id (str): The ID of the room to retrieve.
|
||||
Returns:
|
||||
A namedtuple containing the room information, or an empty list.
|
||||
A dict containing the room information, or None if the room is unknown.
|
||||
"""
|
||||
return self._simple_select_one(
|
||||
table="rooms",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue