Skip to content
Snippets Groups Projects
Commit 8cc82aad authored by David Baker's avatar David Baker
Browse files

Add db functions used for email to the pusher app

parent de22001a
No related branches found
No related tags found
No related merge requests found
......@@ -110,6 +110,18 @@ class PusherSlaveStore(
DataStore.update_pusher_last_stream_ordering.__func__
)
get_throttle_params_by_room = (
DataStore.get_throttle_params_by_room.__func__
)
set_throttle_params = (
DataStore.set_throttle_params.__func__
)
get_time_of_last_push_action_before = (
DataStore.get_time_of_last_push_action_before.__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