GoToSocial/internal/ap
Sam Lade f559d46261
[bugfix] Fix failure to look up remote profiles with duplicate emojis in some cases (#1534)
* Tidy up emoji parsing on profile submission

Don't bother reparsing for emoji unless one of the fields that can have
emoji in it has changed.
Deduplicate emoji between the display name and profile note - I'm not
sure whether this was hurting anything, but better safe.

* Deduplicate emoji when parsing remote accounts

Some servers - Misskey at least - don't deduplicate emoji, so it's
possible to get an account which has the same emoji used in both the
display name and note and therefore includes that emoji twice in its
metadata. When we start trying to put those into our database, we run
into a uniqueness constraint and fall over.

This change just deduplicates at the point of construction of an
account.
2023-02-20 16:27:41 +01:00
..
activitystreams.go [chore] Update/add license headers for 2023 (#1304) 2023-01-05 12:43:00 +01:00
contextkey.go [chore] Update/add license headers for 2023 (#1304) 2023-01-05 12:43:00 +01:00
extract.go [bugfix] Fix failure to look up remote profiles with duplicate emojis in some cases (#1534) 2023-02-20 16:27:41 +01:00
extract_test.go [chore] Update/add license headers for 2023 (#1304) 2023-01-05 12:43:00 +01:00
extractattachments_test.go [bugfix] Read Bookwyrm Articles more thoroughly (#1410) 2023-02-02 16:41:02 +01:00
extractcontent_test.go [chore] Update/add license headers for 2023 (#1304) 2023-01-05 12:43:00 +01:00
extractmentions_test.go [chore] Update/add license headers for 2023 (#1304) 2023-01-05 12:43:00 +01:00
extractsensitive_test.go [chore] Update/add license headers for 2023 (#1304) 2023-01-05 12:43:00 +01:00
extractvisibility_test.go [chore] Update/add license headers for 2023 (#1304) 2023-01-05 12:43:00 +01:00
interfaces.go [bugfix] Read Bookwyrm Articles more thoroughly (#1410) 2023-02-02 16:41:02 +01:00