mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-08 18:21:09 -06:00
[feature] Parse content warning as HTML, serialize via API to plaintext
This commit is contained in:
parent
69461c461b
commit
22ce924129
47 changed files with 947 additions and 553 deletions
|
|
@ -103,7 +103,7 @@ func (suite *StatusFaveTestSuite) TestPostFave() {
|
|||
},
|
||||
"bookmarked": false,
|
||||
"card": null,
|
||||
"content": "🐕🐕🐕🐕🐕",
|
||||
"content": "<p>🐕🐕🐕🐕🐕</p>",
|
||||
"created_at": "right the hell just now babyee",
|
||||
"edited_at": null,
|
||||
"emojis": [],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue