mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-12 04:52:26 +01:00
Clarify docstring
Co-Authored-By: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
This commit is contained in:
parent
312cc48e2b
commit
fb3469f53a
1 changed files with 1 additions and 1 deletions
|
@ -318,7 +318,7 @@ class PusherStore(PusherWorkerStore):
|
||||||
last_success (int)
|
last_success (int)
|
||||||
|
|
||||||
Returns:
|
Returns:
|
||||||
Deferred[bool]: Whether the pusher stil exists or not.
|
Deferred[bool]: True if the pusher still exists; False if it has been deleted.
|
||||||
"""
|
"""
|
||||||
updated = yield self._simple_update(
|
updated = yield self._simple_update(
|
||||||
table="pushers",
|
table="pushers",
|
||||||
|
|
Loading…
Reference in a new issue