Skip to content

Commit

Permalink
fix ActivityPub post
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Barth committed Dec 25, 2023
1 parent df639af commit 2752cce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/make_post.jl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ function publish(config,message,fnames; mime_type = "image/png")
media_ids = [ActivityPub.post_media(conn,fname,mime_type,
description = basename(fname)) for fname in fnames]

response = ActivityPub.post_status(conn,status, media_ids = media_ids)
response = ActivityPub.post_status(conn,message, media_ids = media_ids)
return nothing
end

0 comments on commit 2752cce

Please sign in to comment.