summaryrefslogtreecommitdiff
path: root/packages/backend/src/remote/activitypub/misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* なんかもうめっちゃ変えたsyuilo2022-09-184-678/+0
|
* fix: correctly render empty note text (#8746)Johann1502022-06-031-4/+2
| | | | | | | | | | | | | | | 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.
* fix typessyuilo2022-04-031-1/+2
|
* リレーが動作するように修正する (#8396)xianon2022-03-121-1/+1
|
* refactor: Use ESM (#8358)syuilo2022-02-273-8/+8
| | | | | | | | | | | | | | | * wip * wip * fix * clean up * Update tsconfig.json * Update activitypub.ts * wip
* refactorsyuilo2022-02-031-2/+2
|
* fix lintsyuilo2021-12-091-7/+7
|
* fix for lintsyuilo2021-11-131-504/+504
|
* use eslintsyuilo2021-11-121-1/+1
|
* refactoringsyuilo2021-11-124-0/+679
Resolve #7779