mirror of
https://github.com/misskey-dev/misskey.git
synced 2025-01-07 01:22:51 +01:00
fix limit
This commit is contained in:
parent
76977b38ab
commit
a655cece33
1 changed files with 1 additions and 1 deletions
|
@ -263,7 +263,7 @@ function onGridKeyDown(event: GridKeyDownEvent, currentState: GridCurrentState)
|
||||||
}
|
}
|
||||||
|
|
||||||
async function refreshCustomEmojis() {
|
async function refreshCustomEmojis() {
|
||||||
const limit = 10;
|
const limit = 100;
|
||||||
|
|
||||||
const query: Misskey.entities.AdminEmojiV2ListRequest['query'] = {
|
const query: Misskey.entities.AdminEmojiV2ListRequest['query'] = {
|
||||||
hostType: 'local',
|
hostType: 'local',
|
||||||
|
|
Loading…
Reference in a new issue