mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-12-26 07:39:40 -05: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
|
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):
|
class RoomListHandler(BaseHandler):
|
||||||
|
Loading…
Reference in New Issue
Block a user