-
Notifications
You must be signed in to change notification settings - Fork 220
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: Notification count badge #9124
fix: Notification count badge #9124
Conversation
|
|
||
const unreadInAppnotifications = await await db.collection('inappnotifications'); | ||
await unreadInAppnotifications.updateMany( | ||
{ status: { $eq: 'UNREAD' } }, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
細かいけど値は InAppNotificationStatuses.STATUS_UNREAD
を入れましょう
下の 'UNOPENED' も同じ
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
string のままでよいとのことなのでそのまま
@mergify queue |
🟠 Waiting for conditions to match
|
@mergify queue |
🟠 Waiting for conditions to match
|
タスク
バグ・不一致 #138463 [in-app-notification] 通知をクリックした時にカウントバッジがきえてしまう
┗ #153969
┗ #154063
対応した点
改善点
操作画面
2024-09-18.130316.mp4