mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04:00
Make check_threepid_can_be_invited async
This commit is contained in:
parent
8a8644045f
commit
9bb7cec90f
@ -85,6 +85,7 @@ class ThirdPartyEventRules(object):
|
||||
requester, config, is_requester_admin
|
||||
)
|
||||
|
||||
@defer.inlineCallbacks
|
||||
def check_threepid_can_be_invited(self, medium, address, room_id):
|
||||
"""Check if a provided 3PID can be invited in the given room.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user