mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-08-26 15:07:58 -04:00
[PR #311] [MERGED] Switch to nuxt assets for emojis #304
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Drop-OSS/drop/pull/311
Author: @Huskydog9988
Created: 1/8/2026
Status: ✅ Merged
Merged: 1/13/2026
Merged by: @DecDuck
Base:
develop← Head:better-emoji-support📝 Commits (5)
1ab98d8switch to nuxt assets for emojis953ce86add auth to emoji endpoint59e0c22fix cache control headera897038fix type errord14751bMerge branch 'develop' into better-emoji-support📊 Changes
8 files changed (+67 additions, -119 deletions)
View changed files
📝
components/EmojiText.vue(+1 -1)📝
nuxt.config.ts(+20 -34)📝
package.json(+0 -1)📝
pnpm-lock.yaml(+0 -81)➕
server/api/v1/emoji/[codepoint]/index.get.ts(+39 -0)📝
server/internal/acls/descriptions.ts(+2 -0)📝
server/internal/acls/index.ts(+3 -1)📝
server/internal/tasks/index.ts(+2 -1)📄 Description
Switch from the current hacky method of getting emojis to making use of nitro assets.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.