From 4aa71707ce9e7597b77a5b2fbc738ebfca2c8919 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 28 Aug 2026 08:43:03 +0200 Subject: [PATCH] fix(changelog): Add changelog chat entry for Talk 25 Signed-off-by: Joas Schilling --- lib/Chat/Changelog/Manager.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/Chat/Changelog/Manager.php b/lib/Chat/Changelog/Manager.php index 806c7189c68..bb37b575584 100644 --- a/lib/Chat/Changelog/Manager.php +++ b/lib/Chat/Changelog/Manager.php @@ -161,6 +161,10 @@ public function getChangelogs(): array { . $this->l->t('- Voice-rooms to connect spontaneously') . "\n" . $this->l->t('- Presets for quick conversation configuration during creation') . "\n" . $this->l->t('- Direct calls from profile menus for calls within other apps') . "\n", + $this->l->t('## New in Talk %s', ['25']) . "\n" + . $this->l->t('- Classified conversations for better discussions around sensitive topics') . "\n" + . $this->l->t('- Channels and announcements to broadcast information to a broader audiance') . "\n" + . $this->l->t('- Owners can preserve a conversation, preventing deletion and chat purging') . "\n", ]; } }