From 5376d267bf47351884761790ef7c48abf7d4fbc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?N=C3=BFco?= Date: Wed, 19 Jun 2019 21:58:50 +0200 Subject: [PATCH] Double entry "- Properly handle message correction being received before the corrected message" was there twice --- CHANGES.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index b93a47300..9485bf631 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -7,7 +7,6 @@ - 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. - 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 - 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.