Also pass through get_profile_displayname
This commit is contained in:
parent
f28643cea9
commit
0c4ccdcb83
|
@ -123,6 +123,10 @@ class PusherSlaveStore(
|
||||||
DataStore.get_time_of_last_push_action_before.__func__
|
DataStore.get_time_of_last_push_action_before.__func__
|
||||||
)
|
)
|
||||||
|
|
||||||
|
get_profile_displayname = (
|
||||||
|
DataStore.get_profile_displayname.__func__
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
class PusherServer(HomeServer):
|
class PusherServer(HomeServer):
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue