Move invite-state to new persistence + context and replace the notifications with just showing uses in the modal (#1840)
This commit is contained in:
parent
74f8390f1d
commit
e75b2d508b
12 changed files with 137 additions and 259 deletions
|
|
@ -304,7 +304,7 @@ export class NotificationsFeedModel {
|
|||
}
|
||||
|
||||
get unreadCountLabel(): string {
|
||||
const count = this.unreadCount + this.rootStore.invitedUsers.numNotifs
|
||||
const count = this.unreadCount
|
||||
if (count >= MAX_VISIBLE_NOTIFS) {
|
||||
return `${MAX_VISIBLE_NOTIFS}+`
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue