Conversation
There was a problem hiding this comment.
Pull request overview
Documents an upload constraint for animated GIF custom emojis in the end-user guide, helping users avoid failed uploads due to unsupported GIF complexity.
Changes:
- Adds a note that animated GIF custom emojis are limited to 32 frames in the custom emoji upload steps.
📝 WalkthroughWalkthroughDocumentation for custom emoji uploads is updated to specify that animated GIF emojis are limited to a maximum number of frames. ChangesEmoji GIF frame limit documentation
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
Newest code from mattermost has been published to preview environment for Git SHA 3c06b7d |
|
Newest code from mattermost has been published to preview environment for Git SHA 7c6463e |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@source/end-user-guide/collaborate/react-with-emojis-gifs.rst`:
- Line 77: The constraint sentence about animated GIF emojis is too vague and
does not specify the actual frame limit. In the sentence that currently reads
"Mattermost limits the number of frames allowed in animated GIF emojis," replace
this with precise constraint information that explicitly states the 32-frame
limit. Ensure the revised text clearly communicates to readers the exact
limitation value so they understand what "limited" means (for example, "Animated
GIF emojis are limited to 32 frames" or present it as a separate note for better
scannability).
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: 159187fb-7fa7-47d5-ad3e-c421dd82a034
📒 Files selected for processing (1)
source/end-user-guide/collaborate/react-with-emojis-gifs.rst
|
Newest code from mattermost has been published to preview environment for Git SHA f1cd77f |
|
Newest code from mattermost has been published to preview environment for Git SHA f1cd77f |
|
Newest code from mattermost has been published to preview environment for Git SHA ca46b14 |
Summary
Documents that animated GIF custom emojis are limited to 32 frames, adding this note to the existing custom emoji upload step in the end-user guide.
Jira: MM-69126
Change
Appends "Animated GIF emojis are limited to 32 frames." to the custom emoji image upload instructions in
react-with-emojis-gifs.rst.