mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-06-02 10:14:23 +02:00
feat: 投稿通知設定したユーザーをリストで見ることができるように (#17385)
* feat: 投稿通知を設定したユーザーをリストで見ることができるように * test(e2e): 投稿通知のテスト追加 * chore: 不必要なコードの削除
This commit is contained in:
@@ -2162,6 +2162,8 @@ declare namespace entities {
|
||||
UsersListsUpdateMembershipRequest,
|
||||
UsersNotesRequest,
|
||||
UsersNotesResponse,
|
||||
UsersNotifyListRequest,
|
||||
UsersNotifyListResponse,
|
||||
UsersPagesRequest,
|
||||
UsersPagesResponse,
|
||||
UsersReactionsRequest,
|
||||
@@ -3827,6 +3829,12 @@ type UsersNotesRequest = operations['users___notes']['requestBody']['content']['
|
||||
// @public (undocumented)
|
||||
type UsersNotesResponse = operations['users___notes']['responses']['200']['content']['application/json'];
|
||||
|
||||
// @public (undocumented)
|
||||
type UsersNotifyListRequest = operations['users___notify___list']['requestBody']['content']['application/json'];
|
||||
|
||||
// @public (undocumented)
|
||||
type UsersNotifyListResponse = operations['users___notify___list']['responses']['200']['content']['application/json'];
|
||||
|
||||
// @public (undocumented)
|
||||
type UsersPagesRequest = operations['users___pages']['requestBody']['content']['application/json'];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user