Sending nodes like notes. Is it a feature that comes by default?

Created on 29 January 2024, 5 months ago
Updated 15 February 2024, 4 months ago

Problem/Motivation

Solo se configura el profile y ya se puede mandar nodos o se tiene que configurar el tipo node?

Steps to reproduce

After configuring activitypub in the profile, I went to the module configuration in:

/admin/config/services/activitypub/activitypub-type

and configure a note type that was disabled. Assign a content type.
But after that I don't know how to know if something is being sent or how it is being sent.

in the readme file it says it can be processed in a cron with drush.
but it is not clear to me how to know which node is going to be sent or when.

May be I need to configure more?

πŸ’¬ Support request
Status

Fixed

Version

1.0

Component

Documentation

Created by

πŸ‡²πŸ‡½Mexico koffer

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @koffer
  • πŸ‡§πŸ‡ͺBelgium swentel

    At this point, on the node type add/edit page, there should be a fieldset where you can select the activitypub type, e.g. 'Note', etc ..

    Saving will create an activitypub entity (visible at user/x/activitypub) which needs to be processed by either cron or drush, which can be configured, in this case, in the outbox section at /admin/config/services/activitypub - drush needs two commands to prepare, and than actually send.

  • πŸ‡²πŸ‡½Mexico koffer

    I believe already do all this steps, but in

    /admin/config/services/activitypub

    Only see activity about some user following the new account, but I dont see any note type notification in the list (a view).

  • πŸ‡§πŸ‡ͺBelgium swentel

    Hmm, admin/config/services/activitypub is a settings screen, so I'm a bit confused now. Do you see something at user/x/activitypub ? If not, no node has been saved yet for the outbox. I guess that's step 1. Then on the settings screen, either select cron or drush for processing the outbox.

  • πŸ‡²πŸ‡½Mexico koffer

    I saw this in user/x/activitypub

    You will se a mix of spanish and english labels but this is the activitypub view in profile.

    LIke you see there only record about the user and some follows but I dont know or see any about a content.

  • πŸ‡§πŸ‡ͺBelgium swentel

    Right, that looks fine for following etc ..

    Do you see a fieldset on node/add/{node_type} like this? It should appear on node types which have a activitypub type plugin associated with them. You need to actively select a plugin in that create fieldset to register it in the outbox.

  • πŸ‡²πŸ‡½Mexico koffer

    Thanks a lot! Right now I publish a node in Mastodon. It was the only part missing to publish to Mastodon. I still need to finish adjusting the fields a little, but I already saw something published. thank you!

  • Status changed to Fixed 5 months ago
  • πŸ‡§πŸ‡ͺBelgium swentel

    Cool, glad that worked out! :)

  • Automatically closed - issue fixed for 2 weeks with no activity.

Production build 0.69.0 2024