Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions lib/Chat/Changelog/Manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -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",
];
}
}
Loading