Update v5.19 release notes
This commit is contained in:
parent
14b42f0f11
commit
ffe7cc578b
2 changed files with 6 additions and 1 deletions
|
@ -6461,7 +6461,11 @@
|
||||||
"description": "Release notes for v5.19"
|
"description": "Release notes for v5.19"
|
||||||
},
|
},
|
||||||
"WhatsNew__v5.19--3": {
|
"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"
|
"description": "Release notes for v5.19"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -32,6 +32,7 @@ export const WhatsNew = ({ i18n }: PropsType): JSX.Element => {
|
||||||
{ key: 'WhatsNew__v5.19--1', components: undefined },
|
{ key: 'WhatsNew__v5.19--1', components: undefined },
|
||||||
{ key: 'WhatsNew__v5.19--2', components: undefined },
|
{ key: 'WhatsNew__v5.19--2', components: undefined },
|
||||||
{ key: 'WhatsNew__v5.19--3', components: undefined },
|
{ key: 'WhatsNew__v5.19--3', components: undefined },
|
||||||
|
{ key: 'WhatsNew__v5.19--4', components: undefined },
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue