Merge pull request #752 from matrix-org/markjh/more_updates

Add a couple of update methods to the PusherSlaveStore
pull/753/head
Mark Haines 2016-04-26 11:00:40 +01:00
commit c487c42492
1 changed files with 8 additions and 0 deletions

View File

@ -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):