From 474eb7cbc80b01e585028c8ab5f9118772715771 Mon Sep 17 00:00:00 2001 From: link2xt Date: Sat, 17 Sep 2022 17:51:33 +0000 Subject: [PATCH] Fix changelog PR reference --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a88c47fa2..a754ebce4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -61,7 +61,7 @@ - order contact lists by "last seen"; this affects `dc_get_chat_contacts()`, `dc_get_contacts()` and `dc_get_blocked_contacts()` #3562 - add `internet_access` flag to `dc_msg_get_webxdc_info()` #3516 -- `DC_EVENT_WEBXDC_INSTANCE_DELETED` is emitted when a message containing a webxdc gets deleted #3105 +- `DC_EVENT_WEBXDC_INSTANCE_DELETED` is emitted when a message containing a webxdc gets deleted #3592 ### Fixes - do not emit notifications for blocked chats #3557