Merge branch 'develop' into emoji-re

This commit is contained in:
tamaina 2023-01-22 12:07:38 +00:00
commit a8b19f4aa8
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,
}),
};
});