update whatsapp config

This commit is contained in:
Johannes Jöns 2024-04-23 22:01:21 +02:00
parent 80f1baecca
commit 85fefe2e93

View file

@ -62,7 +62,7 @@ in
registration_shared_secret = ""; registration_shared_secret = "";
public_baseurl = baseUrl; public_baseurl = baseUrl;
app_service_config_files = [ app_service_config_files = [
"/var/lib/mautrix-whatsapp/whatsapp-registration.yaml" "/var/lib/matrix-synapse/whatsapp-registration.yaml"
]; ];
listeners = [ listeners = [
{ {
@ -90,7 +90,7 @@ in
type = "sqlite3"; type = "sqlite3";
uri = "/var/lib/mautrix-whatsapp/mautrix-whatsapp.db"; uri = "/var/lib/mautrix-whatsapp/mautrix-whatsapp.db";
}; };
ephemeral_events = false; ephemeral_events = true;
id = "whatsapp"; id = "whatsapp";
}; };
bridge = { bridge = {
@ -98,15 +98,27 @@ in
allow = true; allow = true;
default = true; default = true;
require = true; require = true;
appservice = true;
}; };
history_sync = { history_sync = {
request_full_sync = true; request_full_sync = true;
message_count = -1;
}; };
mute_bridging = true; mute_bridging = true;
personal_filtering_spaces = true;
permissions = { permissions = {
"*" = "relay";
"missing.ninja" = "user"; "missing.ninja" = "user";
"@admin:missing.ninja" = "admin";
}; };
private_chat_portal_meta = true; private_chat_portal_meta = true;
whatsapp_thumbnail = true;
federate_rooms = false;
caption_in_message = true;
extev_polls = true;
cross_room_replies = true;
provisioning = { provisioning = {
shared_secret = "disable"; shared_secret = "disable";
}; };