We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: