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

Commit

Permalink
More clarifications.
Browse files Browse the repository at this point in the history
  • Loading branch information
clokep committed Apr 28, 2022
1 parent fb58d67 commit 6d1d865
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion synapse/storage/databases/main/receipts.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,8 @@ async def get_receipts_for_room(
receipt_type: The receipt type to fetch.
Returns:
A list of dictionaries of the user ID and event ID of the latest receipt for each user.
A list of dictionaries, one for each user ID. Each dictionary
contains a user ID and the event ID of that user's latest receipt.
"""
return await self.db_pool.simple_select_list(
table="receipts_linearized",
Expand Down

0 comments on commit 6d1d865

Please sign in to comment.