fix
Some checks failed
CI / Check / Test (push) Failing after 49s
CI / Release build (push) Has been skipped

This commit is contained in:
2026-05-28 17:06:26 +02:00
parent 4ebd593293
commit bace54c552

View File

@@ -227,7 +227,7 @@ impl ActivityPubEventHandler {
let json = serde_json::to_value(obj)?;
self.ap_service
.broadcast_add_to_followers(user_id.value(), ap_id, json)
.broadcast_create_note(user_id.value(), json)
.await?;
Ok(())
}