Introduce TitleTransition notification
This commit is contained in:
parent
09b5e6ef50
commit
3469a748fb
16 changed files with 336 additions and 51 deletions
|
@ -193,6 +193,12 @@ export function Notification(): JSX.Element {
|
|||
timestamp: Date.now(),
|
||||
},
|
||||
},
|
||||
{
|
||||
type: 'titleTransitionNotification',
|
||||
data: {
|
||||
oldTitle: 'alice.01',
|
||||
},
|
||||
},
|
||||
{
|
||||
type: 'callHistory',
|
||||
data: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue