forked from MirrorHub/synapse
Add a couple of update methods to the PusherSlaveStore
This commit is contained in:
parent
9843f2a657
commit
9c417c54d4
1 changed files with 8 additions and 0 deletions
|
@ -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…
Reference in a new issue