Question re: ActivityPub Academy log
-
Hi @[email protected], quick question about the activity log at activitypub.academy.
Does it show all activities received? I am testing the
Add
activity, and while I can see Creates and Announces coming in, but when I try to send anAdd
, it doesn't show up in the log. -
@julian Yes, it shows all types of activities. But it will only show the ones relevant for your actor. That means, it only shows activities which are sent to the actor's inbox, or which are sent to the shared inbox and the actor is among the recipients. (The exact logic can be found here: https://github.com/sgrj/mastodon/blob/9f78912b5470660b3ad56a6890a503a9973eb5d6/app/lib/activity_log_audience_helper.rb#L16)
Maybe the Add activity is sent to a group actor or the instance actor?