-
-
Notifications
You must be signed in to change notification settings - Fork 387
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix comparison of nonnormalized latin tags (#4845)
Mastodon "normalizes" tag text for latin characters when storing tag names, so the hashtag object it sends for `#Über` has the name `uber`. With the new trailing hashtag bar, this was causing nonascii hashtags from the post content to be duplicated with their normalized versions, e.g. `#Über #uber`. This change ensures that we're always comparing normalized tag names.
- Loading branch information
Showing
1 changed file
with
15 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters