From e348477c5967da7b66dfb40c4b4651c62c2f28dd Mon Sep 17 00:00:00 2001 From: Anthony Wang Date: Sat, 25 Jun 2022 21:36:57 -0500 Subject: [PATCH] Add some additional info about migrations to FEDERATION.md --- FEDERATION.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/FEDERATION.md b/FEDERATION.md index c60c7ca1dc..63a7ef3ae0 100644 --- a/FEDERATION.md +++ b/FEDERATION.md @@ -45,3 +45,5 @@ When opening a pull request to a remote repository, the pull request can be rend ## 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. + +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.