mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
Forget room
This commit is contained in:
parent
d7fe6b356c
commit
5db7070dd1
@ -207,6 +207,8 @@ class ShutdownRoomRestServlet(ClientV1RestServlet):
|
||||
content={},
|
||||
)
|
||||
|
||||
yield self.handlers.room_member_handler.forget(target_requester.user, room_id)
|
||||
|
||||
kicked_users.append(user_id)
|
||||
|
||||
aliases_for_room = yield self.store.get_aliases_for_room(room_id)
|
||||
|
Loading…
Reference in New Issue
Block a user