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
4 changes: 4 additions & 0 deletions lib/Chat/Changelog/Manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -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",
];
}
}
Loading