Merge pull request #752 from matrix-org/markjh/more_updates
Add a couple of update methods to the PusherSlaveStorepull/753/head
commit
c487c42492
|
@ -89,6 +89,14 @@ class PusherSlaveStore(
|
|||
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):
|
||||
|
||||
|
|
Loading…
Reference in New Issue