From 738511f194f40bd90ac854661a34699a1e673bdd Mon Sep 17 00:00:00 2001 From: Helge Date: Tue, 21 Feb 2023 03:58:06 +0100 Subject: [PATCH] remove_data -> removeData (#158) --- src/en/federation/lemmy_protocol.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/en/federation/lemmy_protocol.md b/src/en/federation/lemmy_protocol.md index cfacbba..a46748c 100644 --- a/src/en/federation/lemmy_protocol.md +++ b/src/en/federation/lemmy_protocol.md @@ -359,7 +359,7 @@ Remove an existing mod from the community. Has to be sent by an existing communi #### Block User -Blocks a user so he can't participate anymore. The scope is determined by the `target` field: either a community, or a whole instance. The `remove_data` field can optionally be set to indicate that all previous posts of the user should +Blocks a user so he can't participate anymore. The scope is determined by the `target` field: either a community, or a whole instance. The `removeData` field can optionally be set to indicate that all previous posts of the user should be deleted. ```json