fix
This commit is contained in:
parent
9788fc0ce1
commit
4b410194c2
@ -126,7 +126,7 @@ onMounted(async () => {
|
||||
stats.originalNotesCount - chart.local.total[1];
|
||||
});
|
||||
|
||||
os.apiGet("meta").then((meta) => {
|
||||
os.api("meta", { detail: false }).then((meta) => {
|
||||
emojiCount = meta.emojis.length;
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user