Skip to content
Snippets Groups Projects
Commit c042cc92 authored by Xavier Ferrer de la Penyita's avatar Xavier Ferrer de la Penyita
Browse files

feature: Allow message moderation by moderators only.

parents 5134345a 807673dc
No related branches found
No related tags found
2 merge requests!63Mentions, badges, moderation ghost separators,!56allow message moderation
Pipeline #8149 passed
...@@ -260,6 +260,7 @@ export const SolidXMPPChat = { ...@@ -260,6 +260,7 @@ export const SolidXMPPChat = {
'authentication': this.element.dataset.authentication || 'login', 'authentication': this.element.dataset.authentication || 'login',
'password': idToken, 'password': idToken,
'allow_chat_pending_contacts': true, 'allow_chat_pending_contacts': true,
'allow_message_retraction': 'moderator',
'allow_non_roster_messaging': true, 'allow_non_roster_messaging': true,
'allow_dragresize': false, 'allow_dragresize': false,
'allow_logout': false, 'allow_logout': false,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment