Double entry

"- Properly handle message correction being received before the corrected message"
was there twice
This commit is contained in:
Nÿco 2019-06-19 21:58:50 +02:00 committed by JC Brand
parent a0b925ef6e
commit 5376d267bf

View File

@ -7,7 +7,6 @@
- Allow for synchronous events. When a synchronous event is fired, Converse will - Allow for synchronous events. When a synchronous event is fired, Converse will
wait for all promises returned by the event's handlers to finish before continuing. wait for all promises returned by the event's handlers to finish before continuing.
- Properly handle message correction being received before the corrected message - Properly handle message correction being received before the corrected message
- Properly handle message correction being received before the corrected message
- Groupchat default configuration now supports `list-multi` fields - Groupchat default configuration now supports `list-multi` fields
- Bugfix: Don't set `muc_domain` for roomspanel if `locked_muc_domain` is `true`. - Bugfix: Don't set `muc_domain` for roomspanel if `locked_muc_domain` is `true`.
- Bugfix: Modal auto-closes when you open it for a second time. - Bugfix: Modal auto-closes when you open it for a second time.