UBERF-5495: load all messages for inbox with one query (#4628)

Signed-off-by: Kristina Fefelova <kristin.fefelova@gmail.com>
This commit is contained in:
Kristina
2024-02-14 17:49:17 +07:00
committed by GitHub
parent d23b9ee34a
commit 5e4fa01e65
5 changed files with 37 additions and 46 deletions
@@ -24,6 +24,8 @@ import notification, {
import { createQuery, getClient } from '@hcengineering/presentation'
import { derived, get, writable } from 'svelte/store'
export const inboxMessagesStore = writable<ActivityMessage[]>([])
/**
* @public
*/