Pleroma extends masto API in some useful ways, this is an example from response:
"pleroma": {
"content": {"text/plain": "This is :moominmamma: note 0"},
"conversation_id": 13679,
"local": true,
"spoiler_text": {"text/plain": "2hu"}
},
Conversation ID is super cool, as it allows to extract the whole conversation thread.
Before I've started some work in that direction, do you have any ideas on how that should be properly implemented?
Pleroma extends masto API in some useful ways, this is an example from response:
Conversation ID is super cool, as it allows to extract the whole conversation thread.
Before I've started some work in that direction, do you have any ideas on how that should be properly implemented?