mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
Only forget room if you were in the room
This commit is contained in:
parent
08a8514b7a
commit
73b6bf4629
@ -946,7 +946,8 @@ class RoomMemberHandler(BaseHandler):
|
||||
user_id, room_id
|
||||
))
|
||||
|
||||
yield self.store.forget(user_id, room_id)
|
||||
if membership:
|
||||
yield self.store.forget(user_id, room_id)
|
||||
|
||||
|
||||
class RoomListHandler(BaseHandler):
|
||||
|
Loading…
Reference in New Issue
Block a user