You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Delayed unread value displaying might happen if the local store option is not enabled.
Reactive sync triggering delaying might happen if the local store option is enabled. Not a critical issue, like data missing / etc, since we have a fallback sync triggering scenario (which is not reactive though).
The reason is that @ProtonMail changed some API URLs at some point and I noticed that just recently and so the app doesn't get notified for messages/count / api/events API calls anymore which somehow breaks the reactivity capabilities.
Here is the change mapping (currently used by the app => needed to be used):
The reason is that @ProtonMail changed some API URLs at some point and I noticed that just recently and so the app doesn't get notified for
messages/count
/api/events
API calls anymore which somehow breaks the reactivity capabilities.Here is the change mapping (currently used by the app => needed to be used):
${entryApiUrl}/api/messages/count
=>${entryApiUrl}/api/mail/v4/messages/count
${entryApiUrl}/api/events/.*==
=>${entryApiUrl}/api/v4/events/.*==
Planned to be resolved as a part of #332.
The text was updated successfully, but these errors were encountered: