mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-01-03 03:10:58 -05:00
Add db functions used for email to the pusher app
This commit is contained in:
parent
de22001ab5
commit
8cc82aad87
@ -110,6 +110,18 @@ class PusherSlaveStore(
|
|||||||
DataStore.update_pusher_last_stream_ordering.__func__
|
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):
|
class PusherServer(HomeServer):
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user