Skip to content

Commit

Permalink
Extra space to retrigger woodpecker
Browse files Browse the repository at this point in the history
  • Loading branch information
Neshura87 authored Jun 14, 2023
1 parent 69c938e commit 0c0656f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/apub/src/protocol/objects/group.rs
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ impl Group {
deleted: None,
nsfw: Some(self.sensitive.unwrap_or(false)),
actor_id: Some(self.id.into()),
local: None,
local: None,
private_key: None,
hidden: Some(false),
public_key: Some(self.public_key.public_key_pem),
Expand Down

0 comments on commit 0c0656f

Please sign in to comment.