From 8dd7e5c5dd5a6a54bc08aa70462858be92b3d75c Mon Sep 17 00:00:00 2001 From: d2weber <29163905+d2weber@users.noreply.github.com> Date: Fri, 6 Feb 2026 14:25:23 +0100 Subject: [PATCH] Fix typo in CHANGELOG for marknoticed_all_chats --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 03c82c3e9..59d38ecba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -119,7 +119,7 @@ - [**breaking**] Jsonrpc: remove `contacts` from `FullChat`. To migrate load contacts on demand via `get_contacts_by_ids` using `FullChat.contactIds` ([#7282](https://github.com/chatmail/core/pull/7282)). - jsonrpc: Add run_until parameter for bots ([#7688](https://github.com/chatmail/core/pull/7688)). - rust, jsonrpc: Add `get_message_read_receipt_count` method ([#7732](https://github.com/chatmail/core/pull/7732)). -- rust and jsonrpc: Marknoticed_all_chats method to mark all chats as notices, including muted ones. ([#7709](https://github.com/chatmail/core/pull/7709)). +- rust and jsonrpc: Marknoticed_all_chats method to mark all chats as noticed, including muted ones. ([#7709](https://github.com/chatmail/core/pull/7709)). - Public re-export of Connectivity ([#7737](https://github.com/chatmail/core/pull/7737)). ### Documentation