Update v5.19 release notes

This commit is contained in:
Evan Hahn 2021-09-30 11:38:59 -05:00 committed by GitHub
parent 14b42f0f11
commit ffe7cc578b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View file

@ -6461,7 +6461,11 @@
"description": "Release notes for v5.19"
},
"WhatsNew__v5.19--3": {
"message": "Silence (and your preferences) is golden, so muted conversations will no longer display 'group call started' notifications!",
"message": "When a group call starts, you now get a notification. You'll never be late again, unless you want to be.",
"description": "Release notes for v5.19"
},
"WhatsNew__v5.19--4": {
"message": "This feature goes out to everyone who reacts with 💅 more than 👍: you can now customize the emojis that appear by default when you want to react to a message.",
"description": "Release notes for v5.19"
}
}

View file

@ -32,6 +32,7 @@ export const WhatsNew = ({ i18n }: PropsType): JSX.Element => {
{ key: 'WhatsNew__v5.19--1', components: undefined },
{ key: 'WhatsNew__v5.19--2', components: undefined },
{ key: 'WhatsNew__v5.19--3', components: undefined },
{ key: 'WhatsNew__v5.19--4', components: undefined },
],
});
};