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
Is this a backend issue? Use the lemmy-ui repo for UI / frontend issues.
Summary
This way context can be used in the entire codebase, at the moment it is only available in lemmy_api_common and crates that depend on it. Then we can make Settings private, and only expose it through context instead of a global constant.
The text was updated successfully, but these errors were encountered:
Requirements
Summary
This way context can be used in the entire codebase, at the moment it is only available in lemmy_api_common and crates that depend on it. Then we can make Settings private, and only expose it through context instead of a global constant.
The text was updated successfully, but these errors were encountered: