Closed (fixed)
Project:
Social Post Mastodon
Version:
3.0.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
31 Oct 2025 at 00:31 UTC
Updated:
30 Dec 2025 at 00:04 UTC
Jump to comment: Most recent
Comments
Comment #3
megakeegman commentedPer https://docs.joinmastodon.org/entities/Status/#card, preview cards are generated via links that are included in status content. So the options being added are whether to append, prepend, or omit the link to/from the message content. This has not been tested yet.
Comment #4
megakeegman commentedComment #6
megakeegman commentedNot sure why, but
tags did not seem to get converted properly to real line breaks, neither did \n. So opted to use heredocs syntax for the linebreaks and that seems to be working fine.
Comment #7
megakeegman commentedAlso noteworthy that this is issue is only relevant to posts sent via mposse. Currently the ECA implementation does not include node references. While this would be cool, links can be written in messages manually. If someone comes across this an wants node references in ECA configuration (to automate the addition of links), please open a new issue. Updating the title of this for documentation purposes.