Skip to content

Commit d0d6a0f

Browse files
committed
Changelog for #179
#179
1 parent 8518940 commit d0d6a0f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGES.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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

2533
Version 0.6.6

0 commit comments

Comments
 (0)