ConverseJS: remove browser notifications, and browser tab message count.

This commit is contained in:
John Livingston
2023-01-12 11:53:12 +01:00
parent 0545a1034a
commit f1fe010409
2 changed files with 3 additions and 0 deletions

View File

@ -150,6 +150,8 @@ window.initConverse = async function initConverse ({
notify_all_room_messages: [
room
],
show_desktop_notifications: false,
show_tab_notifications: false,
singleton: true,
auto_focus: !isInIframe,
hide_muc_participants: isInIframe,