summaryrefslogtreecommitdiffstats
path: root/server/src/apub/community.rs
diff options
context:
space:
mode:
Diffstat (limited to 'server/src/apub/community.rs')
-rw-r--r--server/src/apub/community.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/apub/community.rs b/server/src/apub/community.rs
index 3752798f..8c8c3b28 100644
--- a/server/src/apub/community.rs
+++ b/server/src/apub/community.rs
@@ -76,7 +76,7 @@ impl ToApub for Community {
if let Some(d) = self.description.to_owned() {
// TODO: this should be html, also add source field with raw markdown
// -> same for post.content and others
- oprops.set_summary_xsd_string(d)?;
+ oprops.set_content_xsd_string(d)?;
}
let mut endpoint_props = EndpointProperties::default();