misskey/src/models/repositories
tamaina 69b56f6658
refactor: publishHogeStreamとStreamのEventEmitterに型定義する (#7769)
* wip

* wip

* wip

* ✌️

* add main stream

* packedNotificationSchemaを更新

* read:gallery, write:gallery, read:gallery-likes, write:gallery-likesに翻訳を追加

* fix

* ok

* add header, choice, invitation

* add header, choice, invitation

* test

* fix

* fix

* yatta

* remove no longer needed "as PackedUser/PackedNote"

* clean up

* add simple-schema

* fix lint

* fix lint

* wip

* wip!

* wip

* fix

* wip

* wip

* ✌️

* 送信側に型エラーがないことを3回確認した

* ✌️

* wip

* update typescript

* define items in full Schema

* edit comment

* edit comment

* edit comment

* Update src/prelude/types.ts

Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>

* https://github.com/misskey-dev/misskey/pull/7769#discussion_r703058458

* user packとnote packの型不整合を修正

* revert https://github.com/misskey-dev/misskey/pull/7772#discussion_r706627736

* revert https://github.com/misskey-dev/misskey/pull/7772#discussion_r706627736

* user packとnote packの型不整合を修正

* add prelude/types.ts

* emoji

* signin

* game

* matching

* clean up

* ev => data

* refactor

* clean up

* add type

* antenna

* channel

* fix

* add Packed type

* add PackedRef

* fix lint

* add emoji schema

* add reversiGame

* add reversiMatching

* remove signin schema (use Signin entity)

* add schemas refs, fix Packed type

* wip PackedHoge => Packed<'Hoge'>

* 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

* update stream.ts

* https://github.com/misskey-dev/misskey/pull/7769#issuecomment-917542339

* fix lint

* clean up?

* add changelog

* add changelog

* add changelog

* fix: アンテナが既読にならないのを修正

* revert fix

* https://github.com/misskey-dev/misskey/pull/7769#discussion_r711474875

* spec => payload

* edit commetn

Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
2021-10-21 01:04:10 +09:00
..
games/reversi refactor: PackedHoge型をPacked<'Hoge'>型に書き換える (#7792) 2021-09-22 22:35:55 +09:00
abuse-user-report.ts refactor: use path alias to improve readability 2021-08-19 22:04:15 +09:00
antenna.ts refactor: PackedHoge型をPacked<'Hoge'>型に書き換える (#7792) 2021-09-22 22:35:55 +09:00
app.ts refactor: PackedHoge型をPacked<'Hoge'>型に書き換える (#7792) 2021-09-22 22:35:55 +09:00
auth-session.ts refactor: use path alias to improve readability 2021-08-19 22:04:15 +09:00
blocking.ts refactor: PackedHoge型をPacked<'Hoge'>型に書き換える (#7792) 2021-09-22 22:35:55 +09:00
channel.ts refactor: PackedHoge型をPacked<'Hoge'>型に書き換える (#7792) 2021-09-22 22:35:55 +09:00
clip.ts refactor: PackedHoge型をPacked<'Hoge'>型に書き換える (#7792) 2021-09-22 22:35:55 +09:00
drive-file.ts refactor: PackedHoge型をPacked<'Hoge'>型に書き換える (#7792) 2021-09-22 22:35:55 +09:00
drive-folder.ts refactor: PackedHoge型をPacked<'Hoge'>型に書き換える (#7792) 2021-09-22 22:35:55 +09:00
emoji.ts refactor: PackedHoge型をPacked<'Hoge'>型に書き換える (#7792) 2021-09-22 22:35:55 +09:00
federation-instance.ts fix: mochaが動かないため拡張子なしに戻した 2021-08-19 21:55:45 +09:00
follow-request.ts refactor: use path alias to improve readability 2021-08-19 22:04:15 +09:00
following.ts refactor: PackedHoge型をPacked<'Hoge'>型に書き換える (#7792) 2021-09-22 22:35:55 +09:00
gallery-like.ts refactor: use path alias to improve readability 2021-08-19 22:04:15 +09:00
gallery-post.ts refactor: PackedHoge型をPacked<'Hoge'>型に書き換える (#7792) 2021-09-22 22:35:55 +09:00
hashtag.ts refactor: PackedHoge型をPacked<'Hoge'>型に書き換える (#7792) 2021-09-22 22:35:55 +09:00
messaging-message.ts refactor: PackedHoge型をPacked<'Hoge'>型に書き換える (#7792) 2021-09-22 22:35:55 +09:00
moderation-logs.ts refactor: use path alias to improve readability 2021-08-19 22:04:15 +09:00
muting.ts refactor: PackedHoge型をPacked<'Hoge'>型に書き換える (#7792) 2021-09-22 22:35:55 +09:00
note-favorite.ts refactor: Expand schema (#7772) 2021-09-12 01:12:23 +09:00
note-reaction.ts feat: ユーザーのリアクション一覧を見れるように 2021-10-17 01:33:15 +09:00
note.ts add todo 2021-09-28 01:50:02 +09:00
notification.ts refactor: PackedHoge型をPacked<'Hoge'>型に書き換える (#7792) 2021-09-22 22:35:55 +09:00
page-like.ts refactor: use path alias to improve readability 2021-08-19 22:04:15 +09:00
page.ts refactor: PackedHoge型をPacked<'Hoge'>型に書き換える (#7792) 2021-09-22 22:35:55 +09:00
queue.ts
relay.ts refactor: use path alias to improve readability 2021-08-19 22:04:15 +09:00
signin.ts refactor: publishHogeStreamとStreamのEventEmitterに型定義する (#7769) 2021-10-21 01:04:10 +09:00
user-group-invitation.ts refactor: use path alias to improve readability 2021-08-19 22:04:15 +09:00
user-group.ts refactor: PackedHoge型をPacked<'Hoge'>型に書き換える (#7792) 2021-09-22 22:35:55 +09:00
user-list.ts refactor: PackedHoge型をPacked<'Hoge'>型に書き換える (#7792) 2021-09-22 22:35:55 +09:00
user.ts リアクション一覧の公開をオプトインに 2021-10-18 01:16:59 +09:00