-
Notifications
You must be signed in to change notification settings - Fork 11k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: custom emoji update issues #32991
Conversation
Looks like this PR is ready to merge! 🎉 |
🦋 Changeset detectedLatest commit: 65d0ba2 The changes in this PR will be included in the next version bump. This PR includes changesets to release 35 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
4682dbc
to
0932bf5
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #32991 +/- ##
========================================
Coverage 75.19% 75.19%
========================================
Files 495 495
Lines 21601 21601
Branches 5362 5362
========================================
Hits 16242 16242
Misses 4717 4717
Partials 642 642
Flags with carried forward coverage won't be shown. Click here to find out more. |
0932bf5
to
b2cc877
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@abhinavkrin I saw we are fixing multiple issues in this PR, would it be possible to split different fixes in different PRs? I mean, really dependent ones there should not be a problem, but I see some different and unrelated issues. WDYT?
|
Signed-off-by: Abhinav Kumar <abhinav@avitechlab.com>
Signed-off-by: Abhinav Kumar <abhinav@avitechlab.com>
cba88c9
to
bfc379a
Compare
Signed-off-by: Abhinav Kumar <abhinav@avitechlab.com>
bfc379a
to
c8ca402
Compare
…custom-emoji-update-issues-1
Proposed changes (including videos or screenshots)
This PR addresses two main issues with custom emoji updates in Rocket.Chat:
Issue with Alias Update:
emoji-custom.update
endpoint.Issue with Image Update Not Reflecting:
Also, there was a minor issue with the test related to the first issue. The test was already there but was not being executed, so we never caught the bug as it always appeared to pass. [Fixed]
Before
The aliases are not saved. The emoji could not be updated without a new file
Screen.Recording.2024-07-12.at.2.24.58.PM.mov
After
Screen.Recording.2024-07-12.at.3.29.42.PM.mov
Issue(s)
closes #26980
closes #20318
closes #21821
Closes #20317
Closes #20316
Steps to test or reproduce
Further comments
SUP-622