Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update notification count for non-mobile version
- Since go-gitea#20108 we have two version of the notification bell, one for mobile the other for non-mobile. However the code only accounts for one notification count and thus was only updating the non-mobile one. - This code fixes that by applying the code for all `.notification_count`s. - Frontport will be in go-gitea#20543
- Loading branch information