You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/app
ThibG 3704402dcc
Fix duplicate accounts being created when fetching an account for its key only (#13147)
Fixes #13136

When a user's canonical acct domain is different from its id's domain
(WEB_DOMAIN ≠ LOCAL_DOMAIN), two webfinger queries are required to find the
canonical domain from the URI. However, we skip webfinger queries when
updating only the key of a remote user, which led to the creation of a
duplicate account, using the URI's domain instead of the canonical acct: one.
5 years ago
..
chewy
controllers Fix account JSON/RSS not being cacheable due to wrong mime type comparison (#13116) 5 years ago
helpers
javascript Fix `/web` redirecting to `/web/web` in web UI (#13128) 5 years ago
lib
mailers
models
policies
presenters
serializers
services Fix duplicate accounts being created when fetching an account for its key only (#13147) 5 years ago
validators
views Fix account's bio not being shown if there are no proofs/fields in admin UI (#13075) 5 years ago
workers