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

Commit

Permalink
Add a note about edits.
Browse files Browse the repository at this point in the history
  • Loading branch information
clokep committed Mar 16, 2022
1 parent ee0c77d commit c9ff174
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions synapse/storage/databases/main/relations.py
Original file line number Diff line number Diff line change
Expand Up @@ -898,6 +898,9 @@ async def get_bundled_aggregations(
results[event.event_id] = event_result

# Fetch any edits (but not for redacted events).
#
# Note that there is no use in limiting edits by ignored users since the
# parent event should be ignored in the first place if the user is ignored.
edits = await self._get_applicable_edits(
[
event_id
Expand Down

0 comments on commit c9ff174

Please sign in to comment.