Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
anoadragon453 committed Jan 22, 2019
1 parent 48951f4 commit 8086a5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions synapse/handlers/room_member.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ def _local_membership_update(
)

if event.membership == Membership.JOIN:
# Only fire user_joined_room if the user has acutally joined the
# Only fire user_joined_room if the user has actually joined the
# room. Don't bother if the user is just changing their profile
# info.
newly_joined = True
Expand All @@ -234,7 +234,7 @@ def _local_membership_update(
if "predecessor" in create_event["content"]:
old_room_id = create_event["content"]["predecessor"]["room_id"]

# Copy over room account data from predecessor room to upgraded room
# Retrieve room account data for predecessor room
user_account_data = yield self.store.get_account_data_for_user(
user_id,
)
Expand Down

0 comments on commit 8086a5c

Please sign in to comment.