Merge remote-tracking branch 'misskey-mattyatea/emoji-request' into develop

# Conflicts:
#	locales/index.d.ts
#	locales/ja-JP.yml
#	packages/backend/src/core/UserFollowingService.ts
#	packages/frontend/src/components/MkEmojiPicker.vue
#	packages/frontend/src/pages/custom-emojis-manager.vue
This commit is contained in:
mattyatea 2023-10-18 22:37:42 +09:00
commit c7c70c1c30
36 changed files with 1089 additions and 421 deletions

View file

@ -284,6 +284,7 @@ type CustomEmoji = {
url: string;
category: string;
aliases: string[];
draft: boolean;
};
// @public (undocumented)

View file

@ -312,6 +312,7 @@ export type CustomEmoji = {
url: string;
category: string;
aliases: string[];
draft: boolean;
};
export type LiteInstanceMetadata = {