GroupV2: Show summary of change details on re-join of group
This commit is contained in:
@@ -925,6 +925,9 @@ export function renderChangeDetail<T>(
|
||||
}
|
||||
return renderString('GroupV2--announcements--member--unknown', i18n);
|
||||
}
|
||||
if (detail.type === 'summary') {
|
||||
return renderString('icu:GroupV2--summary', i18n);
|
||||
}
|
||||
|
||||
throw missingCaseError(detail);
|
||||
}
|
||||
|
Reference in New Issue
Block a user