mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-02-26 03:47:01 -05:00
Typo
This commit is contained in:
@@ -114,7 +114,7 @@ export const PrivateChat = (props: {
|
||||
.map((message) => message.userId)
|
||||
)
|
||||
|
||||
// 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
|
||||
const otherUsers = useUsersInStore(
|
||||
uniq(messageUserIds.concat(memberIds)),
|
||||
`${channelId}`,
|
||||
|
||||
Reference in New Issue
Block a user