feat: お知らせの優先順位機能 (#118)

ついでにお知らせのページング処理、わかったのボタン押したとき更新されるように
This commit is contained in:
まっちゃとーにゅ 2023-07-28 00:29:33 +09:00 committed by GitHub
parent 5b4948768a
commit fe0f7a91a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 126 additions and 69 deletions

View file

@ -91,6 +91,7 @@ provideMetadataReceiver((info) => {
const announcements = {
endpoint: 'announcements',
offsetMode: true,
limit: 10,
};