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
5 changes: 5 additions & 0 deletions lib/Chat/Changelog/Manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,11 @@ public function getChangelogs(): array {
$this->l->t('New in Talk %s', ['14']),
$this->l->t('- You can now react to chat message'),
$this->l->t('- In the sidebar you can now find an overview of the latest shared items'),
$this->l->t('New in Talk %s', ['15']),
$this->l->t('- Use a poll to collect the opinions of others or settle on a date'),
$this->l->t('- Configure an expiration time for chat messages'),
$this->l->t('- Start calls without notifying others in big conversations. You can send individual call notifications once the call has started.'),
$this->l->t('- Send chat messages without notifying the recipients in case it is not urgent'),
];
}
}