This commit is contained in:
phiresky 2023-09-20 11:41:34 +00:00
parent c792f46c59
commit 78a8a7b8b7

View file

@ -79,7 +79,7 @@ impl AnnounceActivity {
let inner_kind = object
.other
.get("type")
.and_then(|e| e.as_str())
.and_then(serde_json::Value::as_str)
.unwrap_or("other");
let id =
generate_announce_activity_id(inner_kind, &context.settings().get_protocol_and_hostname())?;