]> Untitled Git - lemmy.git/blobdiff - crates/apub/src/inbox/user_inbox.rs
Serve activities in community outbox (fixes #1216)
[lemmy.git] / crates / apub / src / inbox / user_inbox.rs
index 6496a60a019c6f44628949698ef7e568fda392eb..7b90fafad18ded6dc847f128a283249d79c4c0e8 100644 (file)
@@ -236,7 +236,7 @@ async fn receive_accept(
 }
 
 /// Takes an announce and passes the inner activity to the appropriate handler.
-async fn receive_announce(
+pub async fn receive_announce(
   context: &LemmyContext,
   activity: AnyBase,
   actor: &dyn ActorType,