Remove unread message dot when messages all read #355

Merged
w3irdrobot merged 1 commits from clear-unread-icon-header into main 2023-02-25 10:10:14 +00:00

1 Commits

Author SHA1 Message Date
c0d9399ca7
Remove unread message dot when messages all read
Clicking the Mark All Read button was clearing the messages, but
the purple dot was not disappearing until the page was refreshed.
It appears it was just because the calculation was being cached
and not updated because the dm interaction counter was not inputted
as a dependency to useMemo
2023-02-24 16:44:55 -05:00