Skip to content

Commit

Permalink
Merge pull request #11901 from nextcloud/bugfix/noid/add-changelog-ch…
Browse files Browse the repository at this point in the history
…at-entries-for-19

feat(changelog): Add "Talk updates" entries for Talk 19
  • Loading branch information
nickvergessen authored Mar 22, 2024
2 parents 35beec6 + 8fed466 commit 4e75fb0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/Chat/Changelog/Manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,10 @@ public function getChangelogs(): array {
. $this->l->t('- Use the **Note to self** conversation to take notes and share information between your devices') . "\n"
. $this->l->t('- Captions allow to send a message with a file at the same time') . "\n"
. $this->l->t('- Video of the speaker is now visible while sharing the screen and call reactions are animated'),
$this->l->t('## New in Talk %s', ['19']) . "\n"
. $this->l->t('- Messages can now be edited by logged-in authors and moderators for 6 hours') . "\n"
. $this->l->t('- Unsent message drafts are now saved in your browser ') . "\n"
. $this->l->t('- *Preview:* Text chatting can now be done in a federated way with other Talk servers'),
];
}
}

0 comments on commit 4e75fb0

Please sign in to comment.