File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -17,9 +17,17 @@ To be released.
1717 LogTape to 1.0 and now uses ` jsonLinesFormatter ` to ensure proper
1818 JSON Lines format with one JSON object per line. [[ #174 ]]
1919
20+ - Fixed ` POST /api/v1/statuses ` endpoint rejecting requests with ` null `
21+ values in optional fields. The endpoint now properly accepts ` null `
22+ values for fields like ` media_ids ` , ` poll ` , ` spoiler_text ` ,
23+ ` in_reply_to_id ` , and other optional parameters, improving
24+ compatibility with Mastodon clients. [[ #177 ] , [ #179 ] by Lee ByeongJun]
25+
2026[ #170 ] : https://github.com/fedify-dev/hollo/issues/170
2127[ #171 ] : https://github.com/fedify-dev/hollo/pull/171
2228[ #174 ] : https://github.com/fedify-dev/hollo/pull/174
29+ [ #177 ] : https://github.com/fedify-dev/hollo/issues/177
30+ [ #179 ] : https://github.com/fedify-dev/hollo/pull/179
2331
2432
2533Version 0.6.6
You can’t perform that action at this time.
0 commit comments