mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-13 11:50:56 +00:00
EZQMS-350: fix reactions in threads (#3935)
Signed-off-by: Anna No <anna.no@xored.com>
This commit is contained in:
parent
136b9cb7e9
commit
67d63e5d28
@ -46,7 +46,7 @@
|
||||
const dispatch = createEventDispatcher()
|
||||
|
||||
const lookup = {
|
||||
_id: { attachments: attachment.class.Attachment },
|
||||
_id: { attachments: attachment.class.Attachment, reactions: chunter.class.Reaction },
|
||||
createBy: core.class.Account
|
||||
}
|
||||
|
||||
@ -67,10 +67,7 @@
|
||||
},
|
||||
(res) => (parent = res[0]),
|
||||
{
|
||||
lookup: {
|
||||
_id: { attachments: attachment.class.Attachment },
|
||||
createBy: core.class.Account
|
||||
}
|
||||
lookup
|
||||
}
|
||||
)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user