h: enable presence in synapse
This commit is contained in:
parent
39786eac53
commit
614930d2b4
@ -861,7 +861,7 @@ in
|
|||||||
settings = {
|
settings = {
|
||||||
enable_registration = false;
|
enable_registration = false;
|
||||||
media_store_path = "/var/lib/synapse/media_store";
|
media_store_path = "/var/lib/synapse/media_store";
|
||||||
presence.enabled = false;
|
presence.enabled = true;
|
||||||
public_baseurl = "https://tapenet.org";
|
public_baseurl = "https://tapenet.org";
|
||||||
server_name = "tapenet.org";
|
server_name = "tapenet.org";
|
||||||
signing_key_path = "${config.sops.secrets.synapse_signing_key.path}";
|
signing_key_path = "${config.sops.secrets.synapse_signing_key.path}";
|
||||||
|
Loading…
Reference in New Issue
Block a user