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

Commit

Permalink
Replace TODO with solution in PR #11140
Browse files Browse the repository at this point in the history
  • Loading branch information
anoadragon453 committed Oct 21, 2021
1 parent d337164 commit 4623514
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion synapse/handlers/appservice.py
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,6 @@ async def _handle_presence(
if not interested:
continue

# TODO: Make presence_events a Set. These presence events should be de-duplicated.
presence_events, _ = await presence_source.get_new_events(
user=user,
from_key=from_key,
Expand Down

0 comments on commit 4623514

Please sign in to comment.