diff --git a/lib/Chat/Changelog/Manager.php b/lib/Chat/Changelog/Manager.php index 31131623380..b906e5c2a34 100644 --- a/lib/Chat/Changelog/Manager.php +++ b/lib/Chat/Changelog/Manager.php @@ -149,6 +149,9 @@ public function getChangelogs(): array { . $this->l->t('- Mark conversations as sensitive in the notification settings, to hide the message content from the conversation list and notifications') . "\n" . $this->l->t('- To receive push notifications during "Do not disturb", mark conversations as important') . "\n" . $this->l->t('- Add other participants to a one-to-one call to create a new group call on the fly') . "\n", + $this->l->t('## New in Talk %s', ['22']) . "\n" + . $this->l->t('- Use threads to keep your chat and discussions organized') . "\n" + . $this->l->t('- Live transcriptions now available during the call (requires the live-transcription ExApp and the High-performance backend)') . "\n", ]; } }