mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
Merge branch 'develop' into daniel/roomcleanupincremental
Conflicts: synapse/handlers/room.py
This commit is contained in:
commit
feedaa37fa
@ -80,13 +80,13 @@ class RoomCreationHandler(BaseHandler):
|
||||
""" Creates a new room.
|
||||
|
||||
Args:
|
||||
user_id (str): The ID of the user creating the new room.
|
||||
requester (Requester): The user who requested the room creation.
|
||||
config (dict) : A dict of configuration options.
|
||||
Returns:
|
||||
The new room ID.
|
||||
Raises:
|
||||
SynapseError if the room ID was taken, couldn't be stored, or
|
||||
something went horribly wrong.
|
||||
SynapseError if the room ID couldn't be stored, or something went
|
||||
horribly wrong.
|
||||
"""
|
||||
user_id = requester.user.to_string()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user