mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-02-25 08:31:10 -05:00
Add a couple of update methods to the PusherSlaveStore
This commit is contained in:
parent
9843f2a657
commit
9c417c54d4
@ -89,6 +89,14 @@ class PusherSlaveStore(
|
|||||||
DataStore.update_pusher_last_stream_ordering_and_success.__func__
|
DataStore.update_pusher_last_stream_ordering_and_success.__func__
|
||||||
)
|
)
|
||||||
|
|
||||||
|
update_pusher_failing_since = (
|
||||||
|
DataStore.update_pusher_failing_since.__func__
|
||||||
|
)
|
||||||
|
|
||||||
|
update_pusher_last_stream_ordering = (
|
||||||
|
DataStore.update_pusher_last_stream_ordering.__func__
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
class PusherServer(HomeServer):
|
class PusherServer(HomeServer):
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user