mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 08:58:38 +01:00
Display combined group event for PNI -> ACI
This commit is contained in:
+1
-2
@@ -269,9 +269,8 @@ export function renderChangeDetail<T>(
|
||||
const { uuid, inviter } = detail;
|
||||
const weAreJoiner = isOurUuid(uuid);
|
||||
const weAreInviter = isOurUuid(inviter);
|
||||
const pniPromotedToACI = weAreJoiner && from === ourPNI;
|
||||
|
||||
if (!from || (from !== uuid && !pniPromotedToACI)) {
|
||||
if (!from || from !== uuid) {
|
||||
if (weAreJoiner) {
|
||||
// They can't be the same, no fromYou check here
|
||||
if (from) {
|
||||
|
||||
Reference in New Issue
Block a user