Fix typo in threads (#8158)

Signed-off-by: Kristina Fefelova <kristin.fefelova@gmail.com>
This commit is contained in:
Kristina 2025-03-06 18:44:22 +04:00 committed by GitHub
parent e83d09a072
commit 380c33e4f4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -38,7 +38,7 @@
let hasNextPage = true
$: threadsQuery.query(
chunter.class.ChatMessage,
activity.class.ActivityMessage,
{
replies: { $gte: 1 },
[`${notification.mixin.Collaborators}.collaborators`]: getCurrentAccount().uuid