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