Slow Mode WIP (#192):

* frontend: display an infobox when slow mode is active (WIP)
This commit is contained in:
John Livingston
2024-02-16 14:34:34 +01:00
parent 9efd53b2a7
commit 1e876ec43c
7 changed files with 70 additions and 2 deletions

View File

@ -78,7 +78,8 @@ function defaultConverseParams (
'livechatWindowTitlePlugin',
'livechatSpecifics',
'livechatViewerModePlugin',
'livechatDisconnectOnUnloadPlugin'
'livechatDisconnectOnUnloadPlugin',
'converse-slow-mode'
],
show_retraction_warning: false, // No need to use this warning (except if we open to external clients?)
muc_show_info_messages: mucShowInfoMessages,