Rate limit early

This commit is contained in:
Erik Johnston 2019-05-02 15:23:08 +01:00
parent d6118c5be6
commit 176f31c2e3

View File

@ -710,8 +710,9 @@ class RoomMemberHandler(object):
Codes.FORBIDDEN, Codes.FORBIDDEN,
) )
# Check whether we'll be ratelimited # We need to rate limit *before* we send out any 3PID invites, so we
yield self.base_handler.ratelimit(requester, update=False) # can't just rely on the standard ratelimiting of events.
yield self.base_handler.ratelimit(requester)
invitee = yield self._lookup_3pid( invitee = yield self._lookup_3pid(
id_server, medium, address id_server, medium, address