Skip to content

Commit

Permalink
Resolve code review request
Browse files Browse the repository at this point in the history
  • Loading branch information
Neshura87 authored Jun 14, 2023
1 parent 0c0656f commit 87e31d3
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 @@ -110,7 +110,7 @@ impl Group {
deleted: Some(false),
nsfw: Some(self.sensitive.unwrap_or(false)),
actor_id: Some(self.id.into()),
local: None,
local: Some(false),
private_key: None,
hidden: Some(false),
public_key: self.public_key.public_key_pem,
Expand Down

0 comments on commit 87e31d3

Please sign in to comment.