Federation was passing strings anyway

so pass string everywhere
This commit is contained in:
David Baker 2017-10-03 15:46:19 +01:00
parent c46a0d7eb4
commit c2c188b699

View File

@ -224,7 +224,7 @@ class RoomMemberHandler(BaseHandler):
)
block_invite = True
if not self.spam_checker.user_may_invite(requester.user):
if not self.spam_checker.user_may_invite(requester.user.to_string()):
logger.info("Blocking invite due to spam checker")
block_invite = True