From 4479191be8f2c15057390eb59b0e136efd70910d Mon Sep 17 00:00:00 2001 From: Gusted Date: Thu, 14 Sep 2023 07:59:39 +0200 Subject: [PATCH] user: add repository transfers to blocking users documentation - Ref: https://codeberg.org/forgejo/forgejo/pulls/1436 --- docs/user/blocking-user.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/user/blocking-user.md b/docs/user/blocking-user.md index 4db7595a..bbc13aef 100644 --- a/docs/user/blocking-user.md +++ b/docs/user/blocking-user.md @@ -42,6 +42,7 @@ When you block a user: - You stop following them. - They stop following you. - They are removed as collaborators on repositories you own as an individual. +- All pending repository transfers caused by the them are removed. After you've blocked them: @@ -49,3 +50,4 @@ After you've blocked them: - They cannot open issues or pull requests on repository you own. - They cannot add reactions to your comments. - They cannot post comments on issues and pull request you've opened. +- They cannot transfer repositories to you.