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
Wiktor 7fe2993b87 Fix account URI when updating ActivityPub account (#7488)
Updates account `uri` field on each call to `update_account` instead of
only once during `create_account` to mirror the same behavior in OStatus
`ResolveAccountService` class [0].

ActivityPub accounts are identified using `@username` and `@domain` pair
instead of URI since #6842.

This fixes #7479: a bug when the account identified by `@username` and
`@domain` changes its URI.

[0]:
03b69ebc45/app/services/resolve_account_service.rb (L121)
7 years ago
..
chewy Full-text search for authorized statuses (#6423) 7 years ago
controllers Fix 404 for GET /api/v1/push/subscription (#7472) 7 years ago
helpers Add Slovene language (#7475) 7 years ago
javascript Disallow async function in service worker (#7482) 7 years ago
lib Fetch boosted statuses on behalf of a follower (fixes #7426) (#7459) 7 years ago
mailers Account archive download (#6460) 7 years ago
models Fix nil error in StatusFilter (#7470) 7 years ago
policies Fix n+1 queries in StatusThreadingConcern (#7321) 7 years ago
presenters Better pagination for ActivityPub outbox (#7356) 7 years ago
serializers Add REST API for Web Push Notifications subscriptions (#7445) 7 years ago
services Fix account URI when updating ActivityPub account (#7488) 7 years ago
validators Implement the ability for instances to define a list of disallowed hashtags (#7176) 7 years ago
views Improvements to toots display in admin view (#7452) 7 years ago
workers Add REST API for Web Push Notifications subscriptions (#7445) 7 years ago