Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop

This commit is contained in:
syuilo 2023-04-08 20:03:35 +09:00
commit c5ccd826c8
2 changed files with 2 additions and 1 deletions

View File

@ -16,7 +16,7 @@
### NOTE
- このバージョンからRedis 7.xが必要です。
- アップデートを行うと全ての通知はリセットされます。
- アップデートを行うと全ての通知およびアンテナのノートはリセットされます。
### General
- チャンネルをお気に入りに登録できるように

View File

@ -24,6 +24,7 @@ import { definePageMetadata } from '@/scripts/page-metadata';
const pagination = {
endpoint: 'antennas/list' as const,
noPaging: true,
limit: 10,
};