Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make a string-based federation error, so that they don't have to be translated. #4926

Open
5 tasks done
dessalines opened this issue Jul 30, 2024 · 0 comments
Open
5 tasks done
Labels
area: maintenance enhancement New feature or request

Comments

@dessalines
Copy link
Member

Requirements

  • Is this a feature request? For questions or discussions use https://lemmy.ml/c/lemmy_support
  • Did you check to see if this issue already exists?
  • Is this only a feature request? Do not put multiple feature requests in one issue.
  • Is this a backend issue? Use the lemmy-ui repo for UI / frontend issues.
  • Do you agree to follow the rules in our Code of Conduct?

Is your proposal related to a problem?

There are many error types in LemmyErrorType which aren't displayed to the user, only in console logs, such as the federation-specific errors. Its pointless to translate them, since they aren't shown in UIs.

Describe the solution you'd like.

Go through the federation code and change the errors to a single string-type one.

Describe alternatives you've considered.

NA

Additional context

#4922 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: maintenance enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant