misskey/packages/backend/src/server/api/endpoints/channels
anatawa12 d6194d4098
feat: sensitive channel (#11438)
* feat(backend): add isSensitive to Channel

* feat(backend): support isSensitive in channel endpoints

* feat(frontend/channel-editor): support isSensitive in create/edit channel page

* feat(frontend/channel): show sensitive indicator for sensitive channels

* docs(changelog): add チャンネルをセンシティブ指定できるようになりました

* chore: license header for each file

* chore: add isSensitive of channel to Note object
2023-08-05 21:38:22 +09:00
..
create.ts feat: sensitive channel (#11438) 2023-08-05 21:38:22 +09:00
favorite.ts enhance: account migration (#10592) 2023-04-30 00:09:29 +09:00
featured.ts perf(backend): use limit() instead of take() 2023-07-08 16:53:07 +09:00
follow.ts enhance: account migration (#10592) 2023-04-30 00:09:29 +09:00
followed.ts perf(backend): use limit() instead of take() 2023-07-08 16:53:07 +09:00
my-favorites.ts feat: チャンネルをお気に入りに登録できるように 2023-03-31 11:30:27 +09:00
owned.ts perf(backend): use limit() instead of take() 2023-07-08 16:53:07 +09:00
search.ts perf(backend): use limit() instead of take() 2023-07-08 16:53:07 +09:00
show.ts feat: チャンネルにノートをピン留めできるように 2023-03-31 15:01:56 +09:00
timeline.ts perf(backend): use limit() instead of take() 2023-07-08 16:53:07 +09:00
unfavorite.ts enhance: account migration (#10592) 2023-04-30 00:09:29 +09:00
unfollow.ts enhance: account migration (#10592) 2023-04-30 00:09:29 +09:00
update.ts feat: sensitive channel (#11438) 2023-08-05 21:38:22 +09:00