Rename: broadcast07() -> broadcast()

This commit is contained in:
Kitaiti Makoto
2022-05-03 01:12:39 +09:00
parent 5c59687cb8
commit 1dd176dd80
9 changed files with 25 additions and 25 deletions
+2 -2
View File
@@ -10,7 +10,7 @@ use activitystreams::{
};
use diesel::{self, ExpressionMethods, QueryDsl, RunQueryDsl, SaveChangesDsl};
use plume_common::activity_pub::{
broadcast07,
broadcast,
inbox::{AsActor, AsObject, FromId},
sign::Signer,
Id, IntoId, PUBLIC_VISIBILITY,
@@ -106,7 +106,7 @@ impl Follow {
res.notify(conn)?;
let accept = res.build_accept07(from, target, follow)?;
broadcast07(
broadcast(
&*target,
accept,
vec![from.clone()],