mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-10-01 01:36:12 -04: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
@ -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 New Issue
Block a user