Skip to content

Commit

Permalink
Merge pull request #287 from kepstin/chat-reactions-fix
Browse files Browse the repository at this point in the history
Fix client crash when reactions is undefined.
  • Loading branch information
antobinary authored Jan 16, 2025
2 parents 4aaa3a0 + 14d0f03 commit a14d59e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/chat/messages/message.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ const defaultProps = {
initials: '',
name: '',
timestamp: 0,
reactions: [],
};

const Message = ({
Expand Down

0 comments on commit a14d59e

Please sign in to comment.