Configure whether to receive presences

This commit is contained in:
Cadence Ember
2025-11-19 16:47:35 +13:00
parent 0f24994af9
commit e6c30f80b5
3 changed files with 12 additions and 6 deletions

View File

@@ -57,7 +57,8 @@ function getTemplateRegistration(serverName) {
max_file_size: 5000000,
content_length_workaround: false,
include_user_id_in_mxid: false,
invite: []
invite: [],
receive_presences: true
}
}
}