Skip to content

Commit

Permalink
removed ) in data.js line 90
Browse files Browse the repository at this point in the history
  • Loading branch information
edemenkov committed Sep 26, 2024
1 parent 729e613 commit b740a4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/messaging/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ module.exports = function (Messaging) {
}

return message;
});
};
} else if (messages.length === 1) {
// For single messages, we don't know the context, so look up the previous message and compare
const key = `chat:room:${roomId}:mids`;
Expand Down

0 comments on commit b740a4c

Please sign in to comment.