mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-05 05:29:26 +08:00
fix: add skipNotify option to updateUnreadMsgsCount for improved notification handling
This commit is contained in:
parent
0e169da245
commit
fb28a4406f
@ -93,6 +93,7 @@ export const updateUnreadMsgsCount = async () => {
|
||||
url: 'myInAppMessages:count',
|
||||
method: 'get',
|
||||
params: { filter: { status: 'unread' } },
|
||||
skipNotify: true,
|
||||
});
|
||||
unreadMsgsCountObs.value = res?.data?.data.count;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user