VirtualHorror

Results 16 comments of VirtualHorror

> So what do I need to modify to have the unread count on the extension work? `state.LastUnreadCount = -1;`, `for (const unread of eventResponse.Unread) {` or include both the...

> state.LastUnreadCount = -1; is the workaround. for (const unread of eventResponse.Unread) does not work. Got it, thanks!

@Scallywer I seem to be getting a warning on MS Edge v110.0.1 `Manifest version 2 is deprecated, and support will be removed in 2023. See https://developer.chrome.com/blog/mv2-transition/ for more details.` I'm...

@Scallywer Why don't you publish the extension on Chrome web store or MS Edge Web Store? If the publishing fee on Chrome web store is a limiting factor, I'll be...

@Scallywer Any idea how unread count badge could be fixed? The notification when emails arrive works perfectly fine but unread count doesn't work. I have noticed that it updates the...

@Scallywer Would I have to clear session every time the unread count doesn't work or just the first time and it should work after that?