Migrate sharedGroupNames from model attribute to Redux selector

This commit is contained in:
yash-signal
2026-01-29 16:36:21 -06:00
committed by GitHub
parent 010e83063b
commit f5efbdc25f
119 changed files with 318 additions and 383 deletions

View File

@@ -46,7 +46,6 @@ export type Reaction = {
| 'isMe'
| 'phoneNumber'
| 'profileName'
| 'sharedGroupNames'
| 'title'
>;
};
@@ -272,7 +271,6 @@ export const ReactionViewer = React.forwardRef<HTMLDivElement, Props>(
avatarUrl={from.avatarUrl}
badge={getPreferredBadge(from.badges)}
conversationType="direct"
sharedGroupNames={from.sharedGroupNames}
size={32}
color={from.color}
profileName={from.profileName}