mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-06-06 12:18:48 -04:00
Format docstring
This commit is contained in:
parent
19ceb4851f
commit
415aeefd89
1 changed files with 3 additions and 2 deletions
|
@ -52,8 +52,9 @@ _EventCacheEntry = namedtuple("_EventCacheEntry", ("event", "redacted_event"))
|
||||||
|
|
||||||
class EventsWorkerStore(SQLBaseStore):
|
class EventsWorkerStore(SQLBaseStore):
|
||||||
def get_received_ts(self, event_id):
|
def get_received_ts(self, event_id):
|
||||||
"""Get received_ts (when it was persisted) for the event. Raises an
|
"""Get received_ts (when it was persisted) for the event.
|
||||||
exception for unknown events.
|
|
||||||
|
Raises an exception for unknown events.
|
||||||
|
|
||||||
Args:
|
Args:
|
||||||
event_id (str)
|
event_id (str)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue