- Issue created by @MegaKeegMan
- πΊπΈUnited States MegaKeegMan
If this is not wanted in the ActivityPub module, perhaps we can just use the computed fields module β
- πΊπΈUnited States MegaKeegMan
Important to note that if the suggested that the proposed setting, represented in the fork by pseudocode
'show title in summary is true'
, would probably need to be configured per activitypub type. Since the Article type displays the title already, if this option were turned on for Article, then your post would appear in Mastodon with double your title, followed by the content. - π§πͺBelgium swentel
Hmm, how do other platforms handle a 'note'. E.g. in case we would configure a title, would for instance Pleroma or Pixelfed use that title or not? I guess that is something we should be sure of too. Computed fields is a good alternative of course, and maybe fixes the feature in a more gentle way.
- πΊπΈUnited States MegaKeegMan
From what I can see so far, Pixelfed does not use the title attribute, though I'm not quite 100% sure that this assumption is correct. supports the note and question object types
I am unable to find any relevant documentation on how Pleroma's implementation of AP object types.
- π§πͺBelgium swentel
Right, I kind of feel a computed field probably makes more sense in this case as the usual case for a note is not to have a title.
- πΊπΈUnited States MegaKeegMan
We have decided to use https://www.drupal.org/project/field_token_value β so that we can just create a field that is a conglomerate of other fields, referenced by tokens. This was a pretty simple approach, which did not require any custom code.
- πΊπΈUnited States MegaKeegMan
I will note that I did run into an issue with field token value not supporting multi-line values, but have a workaround, and hope that this will be solved in the module soon: https://www.drupal.org/project/field_token_value/issues/3352992 β¨ The field value setting should support multi-line values Active
- Status changed to Closed: works as designed
almost 2 years ago 8:36am 10 April 2023