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

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove unnecessary quote marks.
Browse files Browse the repository at this point in the history
David Robertson committed Dec 6, 2021
1 parent c384789 commit dd39d82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synapse/handlers/sync.py
Original file line number Diff line number Diff line change
@@ -2341,7 +2341,7 @@ class SyncResultBuilder:


def _calculate_user_changes(
sync_result_builder: "SyncResultBuilder",
sync_result_builder: SyncResultBuilder,
) -> Tuple[Set[str], Set[str]]:
"""Work out which other users have joined or left rooms we are joined to.

0 comments on commit dd39d82

Please sign in to comment.