mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
no need to join room if creator
This commit is contained in:
parent
a2bfb778c8
commit
1ccafb0c5e
@ -246,6 +246,7 @@ class RegistrationHandler(BaseHandler):
|
||||
},
|
||||
ratelimit=False,
|
||||
)
|
||||
else:
|
||||
yield self._join_user_to_room(fake_requester, r)
|
||||
except Exception as e:
|
||||
logger.error("Failed to join new user to %r: %r", r, e)
|
||||
|
Loading…
Reference in New Issue
Block a user