19 comments (19 comments)0 reactions (0 reactions)0 assignees (0 assignees)Python7,339 forks (7,339 forks)batch import
area: emojiarea: message feed (display)help wanted
Repository metrics
- Stars
- 19,672 stars (19,672 stars)
- PR merge metrics
- Avg merge 36d 6h (Avg merge 36d 6h)110 merged PRs in 30d (110 merged PRs in 30d)
Description
The /poll widget displays the emoji text, not the emoji image.
In preview mode:
result in:

Contributor guide
- Research direction
- Investigate how emojis are rendered in the poll widget, compare with other widgets that display emojis correctly (e.g., message rendering). Look at the emoji handling code in the web frontend, possibly in zulip/js/emoji.js or related components. Check if the poll widget uses a different rendering method that escapes or fails to convert emoji shortcodes to images.
- Tech stack
- pythonjavascriptreact
- Domain
- frontend
- Issue type
- Bug
- Prerequisites
- JavaScriptReact