fix: custom emoji update issues (#32991)
Co-authored-by:Kevin Aleman <11577696+KevLehman@users.noreply.github.com> Co-authored-by:
Tasso Evangelista <2263066+tassoevan@users.noreply.github.com>
Showing
- .changeset/green-papayas-thank.md 7 additions, 0 deletions.changeset/green-papayas-thank.md
- apps/meteor/app/api/server/lib/getUploadFormData.ts 53 additions, 4 deletionsapps/meteor/app/api/server/lib/getUploadFormData.ts
- apps/meteor/app/api/server/v1/emoji-custom.ts 28 additions, 28 deletionsapps/meteor/app/api/server/v1/emoji-custom.ts
- apps/meteor/app/emoji-custom/client/lib/emojiCustom.ts 4 additions, 8 deletionsapps/meteor/app/emoji-custom/client/lib/emojiCustom.ts
- apps/meteor/app/emoji-custom/server/lib/insertOrUpdateEmoji.ts 10 additions, 7 deletions...meteor/app/emoji-custom/server/lib/insertOrUpdateEmoji.ts
- apps/meteor/app/emoji-custom/server/lib/uploadEmojiCustom.ts 20 additions, 15 deletionsapps/meteor/app/emoji-custom/server/lib/uploadEmojiCustom.ts
- apps/meteor/app/emoji/lib/rocketchat.ts 2 additions, 0 deletionsapps/meteor/app/emoji/lib/rocketchat.ts
- apps/meteor/app/utils/client/getURL.ts 7 additions, 1 deletionapps/meteor/app/utils/client/getURL.ts
- apps/meteor/client/views/admin/customEmoji/CustomEmoji.tsx 1 addition, 1 deletionapps/meteor/client/views/admin/customEmoji/CustomEmoji.tsx
- apps/meteor/client/views/admin/customEmoji/EditCustomEmoji.tsx 2 additions, 1 deletion...meteor/client/views/admin/customEmoji/EditCustomEmoji.tsx
- apps/meteor/server/models/raw/EmojiCustom.ts 10 additions, 0 deletionsapps/meteor/server/models/raw/EmojiCustom.ts
- apps/meteor/tests/end-to-end/api/emoji-custom.ts 54 additions, 9 deletionsapps/meteor/tests/end-to-end/api/emoji-custom.ts
- packages/core-typings/src/IEmojiCustom.ts 1 addition, 0 deletionspackages/core-typings/src/IEmojiCustom.ts
- packages/model-typings/src/models/IEmojiCustomModel.ts 1 addition, 0 deletionspackages/model-typings/src/models/IEmojiCustomModel.ts
Loading