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
Describe the bug
Since the change to user-selected language, posts are being mis-tagged as English often enough to overwhelm feeds during slower periods.
e.g. at://did:plc:yjns3pxawaihary4r3rgqbo5/app.bsky.feed.post/3k3yslznopj2i is tagged only with 'langs: ['en']'.
In terms of a proposed fix - may be a bit complex, but two options that come to mind:
When a user has multiple languages selected - use auto-detection to choose between them automatically when posting. May require a way to test prior to the post being submitted in case of false-positives. Could also use a certainty score if available, and flag with both languages if below some threshold.
Again with auto-detection, determine if a user posts some % in languages other than their selection. If that rule triggers, the user should be prompted to confirm that their choice of language is correct.
Describe the bug
Since the change to user-selected language, posts are being mis-tagged as English often enough to overwhelm feeds during slower periods.
e.g. at://did:plc:yjns3pxawaihary4r3rgqbo5/app.bsky.feed.post/3k3yslznopj2i is tagged only with 'langs: ['en']'.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Feeds should only contain posts in the languages indicated by user-preferences
Screenshots
Details
Additional context
The text was updated successfully, but these errors were encountered: