mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-11 01:40:07 -04:00
Convert events worker database to async/await. (#8071)
This commit is contained in:
parent
acfb7c3b5d
commit
f40645e60b
12 changed files with 106 additions and 97 deletions
|
@ -716,7 +716,7 @@ class RoomMemberHandler(object):
|
|||
|
||||
guest_access = await self.store.get_event(guest_access_id)
|
||||
|
||||
return (
|
||||
return bool(
|
||||
guest_access
|
||||
and guest_access.content
|
||||
and "guest_access" in guest_access.content
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue