You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-08 21:42:24 +03:00
Annotations by sender is now a Set
This commit is contained in:
@@ -80,7 +80,7 @@ export default class ReactionsRow extends React.PureComponent {
|
||||
return null;
|
||||
}
|
||||
const userId = MatrixClientPeg.get().getUserId();
|
||||
return reactions.getAnnotationsBySender()[userId];
|
||||
return [...reactions.getAnnotationsBySender()[userId].values()];
|
||||
}
|
||||
|
||||
render() {
|
||||
|
||||
Reference in New Issue
Block a user