mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-18 07:52:56 +01:00
Remove unnecessary null check
This commit is contained in:
parent
6f3fda79ce
commit
516456b763
1 changed files with 6 additions and 7 deletions
|
@ -287,7 +287,6 @@ class RoomMemberHandler(object):
|
|||
user_id, old_room_id,
|
||||
)
|
||||
|
||||
if room_tags:
|
||||
# Copy each room tag to the new room
|
||||
for tag in room_tags.keys():
|
||||
tag_content = room_tags[tag]
|
||||
|
|
Loading…
Reference in a new issue