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

Improve the docstrings for the receipts store. #12581

Merged
merged 8 commits into from
Apr 28, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix typo.
  • Loading branch information
clokep committed Apr 28, 2022
commit 7a15edc7c0cbe6bea51d549530c8ed0fe71b4042
2 changes: 1 addition & 1 deletion synapse/storage/databases/main/receipts.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ async def get_receipts_for_user(

Args:
user_id: The user to fetch receipts for.
receipt_type: The receipt types to fetch.
receipt_type: The receipt type to fetch.

Returns:
A map of room ID to the event ID of the latest receipt for that room.
Expand Down