summaryrefslogtreecommitdiff
path: root/src/remote/activitypub/renderer/read.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refactoringsyuilo2021-11-121-9/+0
| | | | Resolve #7779
* fix: mochaが動かないため拡張子なしに戻したsyuilo2021-08-191-3/+3
|
* refactor: refactoring importssyuilo2021-08-191-3/+3
| | | | | | | | 将来ESMに移行しやすいように Related: #7658 なんかmochaが起動しなくなってるけど理由不明 すぐ直したい
* Refactor (#7394)syuilo2021-03-241-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * wip * wip * Update define.ts * Update update.ts * Update user.ts * wip * wip * Update request.ts * URL * wip * wip * wip * wip * Update invite.ts * Update create.ts
* refactor: Use path aliassyuilo2021-03-231-1/+1
|
* Implement Talk has read federation (#5636)MeiMei2019-12-151-0/+9
* Talk read * fix * 複数のRead ActivityはCollectionとして送るように * あ