From d7eb6d87ea0992115c8130454169a70389ea6ac5 Mon Sep 17 00:00:00 2001 From: Bernhard M Date: Sun, 1 Feb 2026 13:01:00 +0100 Subject: [PATCH] Fix duplicate message issue for hashtag channels Fixed issue with adding new hashtag channels that could lead to duplicate messages. --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 499cfcb..7810c30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,8 @@ All notable changes to this project. - Mgmt / UI Zoom can now be changed with "^" or "v" buttons. ### Fixed - +- Mgmt / Channels; fixed an issue where adding a new #hashtag channel could show "Channel exists" and could lead to duplicate message display. +- --- ## [v0.9.7]