mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-06 12:14:12 -04:00
Give sensible names for '_simple_...' transactions
This commit is contained in:
parent
fce0114005
commit
dc0c989ef4
13 changed files with 93 additions and 38 deletions
|
@ -212,7 +212,8 @@ class RoomMemberStore(SQLBaseStore):
|
|||
return self._simple_select_onecol(
|
||||
"room_hosts",
|
||||
{"room_id": room_id},
|
||||
"host"
|
||||
"host",
|
||||
desc="get_joined_hosts_for_room",
|
||||
)
|
||||
|
||||
def _get_members_by_dict(self, where_dict):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue