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
Frontend checks for supported features via capabilities. Capabilities are defined by server. But sometimes server capability is actually only about the user settings (config). So the feature can work fine on local-level settings.
Proposal
For such capabilities only use the capability for config setting on the server and use browser storage as a fallback.
Features a-like this one (pure frontend, server is only needed for cross-device support) e.g.:
can be supported with Desktop client with old servers, but keep it in BrowserStorage instead of sending a request to backend
Originally posted by @Antreesy in #957
The text was updated successfully, but these errors were encountered: