Skip to content
Snippets Groups Projects
Commit 9c417c54 authored by Mark Haines's avatar Mark Haines
Browse files

Add a couple of update methods to the PusherSlaveStore

parent 9843f2a6
No related branches found
No related tags found
No related merge requests found
......@@ -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):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment