This commit is contained in:
ThatOneCalculator 2023-07-01 22:35:38 -07:00
parent 9788fc0ce1
commit 4b410194c2
No known key found for this signature in database
GPG Key ID: 8703CACD01000000

View File

@ -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;
});