Reactor List: Fix missing users' reactions (#223)

This commit is contained in:
Ibrahima G. Coulibaly 2023-01-22 17:19:22 +01:00 committed by GitHub
parent 9286889ea8
commit c3a2b5af38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -235,6 +235,7 @@ export default memo(withGlobal<OwnProps>(
reactors: message?.reactors,
seenByUserIds: message?.seenByUserIds,
animationLevel: global.settings.byKey.animationLevel,
availableReactions: global.availableReactions,
};
},
)(ReactorListModal));