mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-30 12:15:51 +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
|
let hasNextPage = true
|
||||||
|
|
||||||
$: threadsQuery.query(
|
$: threadsQuery.query(
|
||||||
chunter.class.ChatMessage,
|
activity.class.ActivityMessage,
|
||||||
{
|
{
|
||||||
replies: { $gte: 1 },
|
replies: { $gte: 1 },
|
||||||
[`${notification.mixin.Collaborators}.collaborators`]: getCurrentAccount().uuid
|
[`${notification.mixin.Collaborators}.collaborators`]: getCurrentAccount().uuid
|
||||||
|
Loading…
Reference in New Issue
Block a user