mirror of
https://github.com/LemmyNet/lemmy
synced 2024-11-10 06:54:12 +00:00
* Set insert and update form "local" to None * Extra space to retrigger woodpecker * Resolve code review request https://github.com/LemmyNet/lemmy/pull/3088#discussion_r1229336958 * Remove extra space after None,
This commit is contained in:
parent
f43bb454c3
commit
558035b128
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ impl Group {
|
|||
deleted: None,
|
||||
nsfw: Some(self.sensitive.unwrap_or(false)),
|
||||
actor_id: Some(self.id.into()),
|
||||
local: Some(false),
|
||||
local: None,
|
||||
private_key: None,
|
||||
hidden: Some(false),
|
||||
public_key: Some(self.public_key.public_key_pem),
|
||||
|
|
Loading…
Reference in a new issue