FoundKey/packages
Johann150 81109b14b5
fix: correctly render empty note text (#8746)
Ensure that the _misskey_content attribute will always exist. Because
the API endpoint does not require the existence of the `text` field,
that field may be `undefined`. By using `?? null` it can be ensured
that the value is at least `null`.

Furthermore, the rendered HTML of a note with empty text will also be
the empty string. From git blame it seems that this behaviour was added
because of a Mastodon bug that might have previously existed. Hoever,
this seems to be no longer the case as I can find mastodon posts that
have empty content.

The code could be made a bit more succinct by using the null coercion
operator.
2022-06-03 23:18:44 +09:00
..
backend fix: correctly render empty note text (#8746) 2022-06-03 23:18:44 +09:00
client User moderation details (#8762) 2022-06-03 23:14:50 +09:00
shared chore: add import/order rule for eslint 2022-04-15 15:05:43 +09:00
sw chore: remove packages/sw/webpack.config.js 2022-05-30 05:53:36 +00:00
meta.json refactoring 2021-11-12 02:02:25 +09:00