NeverDecaf / discord-PWA

A wrapper for the Discord web client as a PWA, made for Chromium browsers on desktop.
MIT License
145 stars 13 forks source link

DirectMessageUnreadStore is null #28

Closed NeverDecaf closed 3 years ago

NeverDecaf commented 3 years ago

Uncaught TypeError: Cannot read property 'getUnreadPrivateChannelIds' of null Causes the client to refresh every few minutes, unread DMs are being ignored due to this.

edit: this is caused by injected js (from extension options) causing an error.

NeverDecaf commented 3 years ago

Wrapping injected js in try-catch is the lazy solution but doesn't work as it violates the strictly enforced unsafe-inline CSP for all manifestv3 extensions. Will need a different fix for this.

NeverDecaf commented 3 years ago

The title issue has been fixed, making another issue for the sub-issue of user js: #30