You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix: handle user.delete event [WPB-18869] (#19440)
* fix: handle user.delete event
build user.delete event message
inject memberleave event when a user is deleted
add localisation string for user deleted event
revert user event message changes
revert user event message changes
emit user.delete event
* display user deleted message if other member leave messages are not valid
* remove DE localization string
* replace buildMemberDelete with existing buildMember leave builder
* runfix: extend UserDeleteEvent type
* correct typo, add german localization
"conversationMLSMigrationFinalisationOngoingCall": "Aufgrund der Umstellung auf MLS haben Sie möglicherweise Probleme mit Ihrem aktuellen Anruf. Wenn das der Fall ist, legen Sie auf und rufen Sie erneut an.",
551
+
"conversationMemberDeleted": "Dieser Benutzer ist nicht mehr verfügbar",
551
552
"conversationMemberJoined": "[bold]{name}[/bold] hat {users} hinzugefügt",
552
553
"conversationMemberJoinedMore": "[bold]{name}[/bold] hat {users} und [showmore]{count} andere[/showmore] hinzugefügt",
553
554
"conversationMemberJoinedSelf": "[bold]{name}[/bold] ist beigetreten",
"conversationMLSMigrationFinalisationOngoingCall": "Due to migration to MLS, you might have issues with your current call. If that's the case, hang up and call again.",
554
+
"conversationMemberDeleted": "This user is no longer available",
554
555
"conversationMemberJoined": "[bold]{name}[/bold] added {users} to the conversation",
555
556
"conversationMemberJoinedMore": "[bold]{name}[/bold] added {users}, and [showmore]{count} more[/showmore] to the conversation",
'conversationMLSMigrationFinalisationOngoingCall': `Due to migration to MLS, you might have issues with your current call. If that\'sthecase,hangupandcallagain.`;
558
+
'conversationMemberDeleted': `This user is no longer available`;
558
559
'conversationMemberJoined': `[bold]{name}[/bold] added {users} to the conversation`;
559
560
'conversationMemberJoinedMore': `[bold]{name}[/bold] added {users}, and [showmore]{count} more[/showmore] to the conversation`;
0 commit comments