federator/formatsupport.json
Yannis Vogel 10dec5ebd3
conditionally convert article to note
- fix bug in which inReplyTo isn't correctly set from contentnation-comments
- added dio/article which has functions to convert article to note based on new file
- added formatsupport.json to manage special cases (f.e. includes which servers can handle articles)
2025-05-26 16:17:23 +02:00

8 lines
No EOL
116 B
JSON

{
"activitypub": {
"article": [
"localhost",
"writefreely.org"
]
}
}