]> Untitled Git - lemmy.git/blobdiff - crates/apub/src/activity_lists.rs
Migrate towards using page.attachment field for url (ref #2144) (#2182)
[lemmy.git] / crates / apub / src / activity_lists.rs
index a24ac8e4851e1ae5cc9f32fc9f7c15b7eea256a7..362d29afb9224015eb068f5bb96eae8879da0af8 100644 (file)
@@ -70,7 +70,7 @@ pub enum PersonInboxActivities {
 #[activity_handler(LemmyContext)]
 pub enum AnnouncableActivities {
   CreateOrUpdateComment(CreateOrUpdateComment),
-  CreateOrUpdatePost(CreateOrUpdatePost),
+  CreateOrUpdatePost(Box<CreateOrUpdatePost>),
   Vote(Vote),
   UndoVote(UndoVote),
   Delete(Delete),