We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6059ef commit f4f28a4Copy full SHA for f4f28a4
web/pages/messages/[channelId].tsx
@@ -114,7 +114,7 @@ export const PrivateChat = (props: {
114
.map((message) => message.userId)
115
)
116
117
- // Note: we may have messages from users not in the channel, e.g. a system message
+ // Note: we may have messages from users not in the channel, e.g., a system message
118
const otherUsers = useUsersInStore(
119
uniq(messageUserIds.concat(memberIds)),
120
`${channelId}`,
0 commit comments