0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-18 10:38:21 +02:00

Make check_threepid_can_be_invited async

This commit is contained in:
Brendan Abolivier 2019-06-17 17:39:38 +01:00
parent 9ce4220d6c
commit 33ea87be39
No known key found for this signature in database
GPG key ID: 1E015C145F1916CD

View file

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