Skip to content
Merged
Changes from 1 commit
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('- You can start calls without notifying others to not alert everyone in big conversations and send the call notifications afterwards to the required people instead'),
$this->l->t('- You can sent chat messages without notifying the recipients in case it is not urgent'),
];
}
}