Add some additional info about migrations to FEDERATION.md

This commit is contained in:
Anthony Wang 2022-06-25 21:36:57 -05:00
parent 30a703c8ef
commit e348477c59
No known key found for this signature in database
GPG Key ID: BC96B00AEC5F2D76
1 changed files with 2 additions and 0 deletions

View File

@ -45,3 +45,5 @@ When opening a pull request to a remote repository, the pull request can be rend
## Migrations ## Migrations
If you change your username or the name of repository, Gitea handles this similarly to how Mastodon does. Gitea will send a `Move` activity to your followers and update your actor to point to the new actor. If you change your username or the name of repository, Gitea handles this similarly to how Mastodon does. Gitea will send a `Move` activity to your followers and update your actor to point to the new actor.
Changing your instance or a repository's instance is more difficult, since this requires the data to be migrated between instances, but it could be handled in a similar way.