1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-02 07:25:49 +02:00

Merge branch 'develop' into emoji-re

This commit is contained in:
tamaina
2023-01-22 12:07:38 +00:00
113 changed files with 5114 additions and 565 deletions

View File

@@ -85,6 +85,7 @@ export default class extends Endpoint<typeof meta, typeof paramDef> {
emojis: await this.emojiEntityService.packMany(emojis, {
omitId: true,
omitHost: true,
withUrl: true,
}),
};
});