ConverseJS: in readonly mode, don't show any info messages (except when disconnected).

Related to #111 #133 #134
This commit is contained in:
John Livingston
2023-01-16 18:04:20 +01:00
parent f1fe010409
commit d6030afabc
2 changed files with 20 additions and 12 deletions

View File

@ -18,6 +18,7 @@ If you haven't upgraded to v6.0.0 yet, please read v6.0.0 changelog first.
* ConverseJS: Don't send state notifications. #134
* ConverseJS: Don't show join/leave messages. #134
* ConverseJS: remove browser notifications, and browser tab message count.
* ConverseJS: in readonly mode, don't show any info messages (except when disconnected).
### Minor changes and fixes