mirror of
https://github.com/hcengineering/platform.git
synced 2025-03-14 18:15:01 +00:00
Fix typo in threads (#8158)
Signed-off-by: Kristina Fefelova <kristin.fefelova@gmail.com>
This commit is contained in:
parent
e83d09a072
commit
380c33e4f4
@ -38,7 +38,7 @@
|
||||
let hasNextPage = true
|
||||
|
||||
$: threadsQuery.query(
|
||||
chunter.class.ChatMessage,
|
||||
activity.class.ActivityMessage,
|
||||
{
|
||||
replies: { $gte: 1 },
|
||||
[`${notification.mixin.Collaborators}.collaborators`]: getCurrentAccount().uuid
|
||||
|
Loading…
Reference in New Issue
Block a user