ConverseJS: remove browser notifications, and browser tab message count.
This commit is contained in:
parent
0545a1034a
commit
f1fe010409
@ -17,6 +17,7 @@ If you haven't upgraded to v6.0.0 yet, please read v6.0.0 changelog first.
|
|||||||
* Minimum Peertube version is now v4.2.0.
|
* Minimum Peertube version is now v4.2.0.
|
||||||
* ConverseJS: Don't send state notifications. #134
|
* ConverseJS: Don't send state notifications. #134
|
||||||
* ConverseJS: Don't show join/leave messages. #134
|
* ConverseJS: Don't show join/leave messages. #134
|
||||||
|
* ConverseJS: remove browser notifications, and browser tab message count.
|
||||||
|
|
||||||
### Minor changes and fixes
|
### Minor changes and fixes
|
||||||
|
|
||||||
|
@ -150,6 +150,8 @@ window.initConverse = async function initConverse ({
|
|||||||
notify_all_room_messages: [
|
notify_all_room_messages: [
|
||||||
room
|
room
|
||||||
],
|
],
|
||||||
|
show_desktop_notifications: false,
|
||||||
|
show_tab_notifications: false,
|
||||||
singleton: true,
|
singleton: true,
|
||||||
auto_focus: !isInIframe,
|
auto_focus: !isInIframe,
|
||||||
hide_muc_participants: isInIframe,
|
hide_muc_participants: isInIframe,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user