You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGES.md
+3-2
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,8 @@
8
8
-#1691: Fix `collection.chatbox is undefined` errors
9
9
-#1733: New message notifications for a minimized chat stack on top of each other
10
10
-#1757: Chats are hidden behind the controlbox on mobile
11
-
-#1772`_converse.api.contact.add(jid, nick)` fails, says not a function
11
+
-#1760: Private messages no longer received after websocket reconnect
12
+
-#1772: `_converse.api.contact.add(jid, nick)` fails, says not a function
12
13
- Prevent editing of sent file uploads.
13
14
- Initial support for sending custom emojis. Currently only between Converse
14
15
instances. Still working out a wire protocol for compatibility with other clients.
@@ -18,7 +19,6 @@
18
19
- New config option [muc_mention_autocomplete_filter](https://conversejs.org/docs/html/configuration.html#muc_mention_autocomplete_filter)
19
20
- New config option [muc_mention_autocomplete_show_avatar](https://conversejs.org/docs/html/configuration.html#muc_mention_autocomplete_show_avatar)
20
21
21
-
22
22
### Breaking changes
23
23
24
24
- In contrast to sessionStorage and localStorage, IndexedDB is an asynchronous database.
@@ -46,6 +46,7 @@
46
46
- The `converse-headline` plugin has been split up into `converse-headlines` and `converse-headlines-view`.
47
47
48
48
## 5.0.4 (2019-10-08)
49
+
49
50
- New config option [allow_message_corrections](https://conversejs.org/docs/html/configuration.html#allow-message-corrections)
50
51
which, if set to `last`, limits editing of sent messages to the last message sent.
51
52
- Bugfix: Don't treat every duplicate message ID as a message correction; since some clients don't use globally unique ID's this causes false positives.
0 commit comments