This commit is contained in:
MartinBraquet
2025-10-22 15:00:27 +02:00
parent f6059ef5c7
commit f4f28a411e

View File

@@ -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}`,