mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-05 06:44:56 -04:00
Fix some typos.
This commit is contained in:
parent
2c9b4a5f16
commit
7950aa8a27
23 changed files with 34 additions and 34 deletions
|
@ -160,7 +160,7 @@ class ReceiptsWorkerStore(SQLBaseStore):
|
|||
|
||||
Args:
|
||||
room_id: List of room_ids.
|
||||
to_key: Max stream id to fetch receipts upto.
|
||||
to_key: Max stream id to fetch receipts up to.
|
||||
from_key: Min stream id to fetch receipts from. None fetches
|
||||
from the start.
|
||||
|
||||
|
@ -189,7 +189,7 @@ class ReceiptsWorkerStore(SQLBaseStore):
|
|||
|
||||
Args:
|
||||
room_ids: The room id.
|
||||
to_key: Max stream id to fetch receipts upto.
|
||||
to_key: Max stream id to fetch receipts up to.
|
||||
from_key: Min stream id to fetch receipts from. None fetches
|
||||
from the start.
|
||||
|
||||
|
@ -312,7 +312,7 @@ class ReceiptsWorkerStore(SQLBaseStore):
|
|||
to a limit of the latest 100 read receipts.
|
||||
|
||||
Args:
|
||||
to_key: Max stream id to fetch receipts upto.
|
||||
to_key: Max stream id to fetch receipts up to.
|
||||
from_key: Min stream id to fetch receipts from. None fetches
|
||||
from the start.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue