summaryrefslogtreecommitdiff
path: root/src/misc/check-hit-antenna.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refactoringsyuilo2021-11-121-90/+0
| | | | Resolve #7779
* refactor: PackedHoge型をPacked<'Hoge'>型に書き換える (#7792)tamaina2021-09-221-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * packedNotificationSchemaを更新 * read:gallery, write:gallery, read:gallery-likes, write:gallery-likesに翻訳を追加 * fix * add header, choice, invitation * test * fix * yatta * remove no longer needed "as PackedUser/PackedNote" * clean up * add simple-schema * fix lint * define items in full Schema * revert https://github.com/misskey-dev/misskey/pull/7772#discussion_r706627736 * user packとnote packの型不整合を修正 * add prelude/types.ts * emoji * signin * game * matching * fix * add emoji schema * add reversiGame * add reversiMatching * remove signin schema (use Signin entity) * add Packed type * note-reaction * user * user-group * user-list * note * app, messaging-message * notification * drive-file * drive-folder * following * muting * blocking * hashtag * page * app (with modifying schema) * import user? * channel * antenna * clip * gallery-post * emoji * Packed * reversi-matching * add changelog * add changelog * revert fix
* fix: mochaが動かないため拡張子なしに戻したsyuilo2021-08-191-7/+7
|
* refactor: refactoring importssyuilo2021-08-191-7/+7
| | | | | | | | 将来ESMに移行しやすいように Related: #7658 なんかmochaが起動しなくなってるけど理由不明 すぐ直したい
* Update check-hit-antenna.tssyuilo2021-07-161-1/+1
|
* noteのread処理syuilo2021-03-231-4/+10
|
* refactor: resolve #7139syuilo2021-02-131-2/+1
|
* refactor(server): Improve readabilitysyuilo2020-05-101-6/+16
|
* Fix #6229syuilo2020-04-211-2/+2
|
* lintをGitHub Actions でするように (#6101)rinsuki2020-03-041-2/+2
| | | | | | | | | | * package.json の lint スクリプトを修正 * lint アクションを追加 * yarn lint --fix * 手動修正
* Resolve #6043syuilo2020-02-211-0/+13
|
* Resolve #5939syuilo2020-02-151-1/+10
|
* v12 (#5712)syuilo2020-01-301-0/+53
Co-authored-by: MeiMei <30769358+mei23@users.noreply.github.com> Co-authored-by: Satsuki Yanagi <17376330+u1-liquid@users.noreply.github.com>