mirror of
https://github.com/element-hq/synapse.git
synced 2026-07-28 14:19:59 +00:00
Always enable profile replication endpoints
Since we moved a lot of stuff to happen in the profile update stream writers, we need to always have the replication endpoints enabled now.
This commit is contained in:
@@ -260,8 +260,7 @@ class ReplicationProfileDeleteUponDeactivation(ReplicationEndpoint):
|
||||
|
||||
|
||||
def register_servlets(hs: "HomeServer", http_server: HttpServer) -> None:
|
||||
if hs.config.server.include_profile_updates_in_sync:
|
||||
ReplicationProfileUserRoomMembershipChange(hs).register(http_server)
|
||||
ReplicationProfileSetField(hs).register(http_server)
|
||||
ReplicationProfileDeleteField(hs).register(http_server)
|
||||
ReplicationProfileDeleteUponDeactivation(hs).register(http_server)
|
||||
ReplicationProfileUserRoomMembershipChange(hs).register(http_server)
|
||||
ReplicationProfileSetField(hs).register(http_server)
|
||||
ReplicationProfileDeleteField(hs).register(http_server)
|
||||
ReplicationProfileDeleteUponDeactivation(hs).register(http_server)
|
||||
|
||||
Reference in New Issue
Block a user