mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-05 13:39:24 +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',
|
url: 'myInAppMessages:count',
|
||||||
method: 'get',
|
method: 'get',
|
||||||
params: { filter: { status: 'unread' } },
|
params: { filter: { status: 'unread' } },
|
||||||
|
skipNotify: true,
|
||||||
});
|
});
|
||||||
unreadMsgsCountObs.value = res?.data?.data.count;
|
unreadMsgsCountObs.value = res?.data?.data.count;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user