[PR #146] [MERGED] Fix Chat Reply Emotes Display #164

Closed
opened 2026-03-02 04:00:32 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/eerimoq/moblin/pull/146
Author: @id3adeye
Created: 8/8/2025
Status: Merged
Merged: 8/9/2025
Merged by: @eerimoq

Base: mainHead: main


📝 Commits (6)

  • ba8733c Cleaned up Toast for Kick
  • 78e69ab Merge branch 'eerimoq:main' into main
  • 913ff5d ⏺ Fix Chat Reply Emotes Display
  • 63aeae2 Fixes Based on @eerimoq's PR Comments
  • fc6603d fix blank lines!
  • f3edf6d fix format

📊 Changes

7 files changed (+101 additions, -22 deletions)

View changed files

📝 Common/Localizable.xcstrings (+3 -0)
📝 Moblin/Platforms/Twitch/TwitchChat.swift (+3 -3)
📝 Moblin/Various/ChatPost.swift (+53 -14)
📝 Moblin/Various/Model/ModelKick.swift (+1 -1)
📝 Moblin/Various/Model/ModelTwitch.swift (+1 -1)
📝 Moblin/View/ControlBar/QuickButton/QuickButtonChatView.swift (+22 -1)
📝 Moblin/View/Stream/Overlay/StreamOverlayChatView.swift (+18 -2)

📄 Description

Problem: Chat reply previews showed [emote] text instead of actual emote images.

Solution:

  • Updated ChatHighlight to use segment-based rendering like regular messages
  • Fixed Twitch reply emote processing bug
  • Now shows actual emote images in reply previews across all chat views

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/eerimoq/moblin/pull/146 **Author:** [@id3adeye](https://github.com/id3adeye) **Created:** 8/8/2025 **Status:** ✅ Merged **Merged:** 8/9/2025 **Merged by:** [@eerimoq](https://github.com/eerimoq) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (6) - [`ba8733c`](https://github.com/eerimoq/moblin/commit/ba8733cf95a43b4089c71d5b5a63fd4102f51c51) Cleaned up Toast for Kick - [`78e69ab`](https://github.com/eerimoq/moblin/commit/78e69abd15cf73c899af4768ad9ed954cb12b820) Merge branch 'eerimoq:main' into main - [`913ff5d`](https://github.com/eerimoq/moblin/commit/913ff5d59e0b1d535f339d442f7bef395775ac36) ⏺ Fix Chat Reply Emotes Display - [`63aeae2`](https://github.com/eerimoq/moblin/commit/63aeae25efd7cf0217aeef987f25058a66e227eb) Fixes Based on @eerimoq's PR Comments - [`fc6603d`](https://github.com/eerimoq/moblin/commit/fc6603dc8740fdd5dce07bf336bc95b7d912d0af) fix blank lines! - [`f3edf6d`](https://github.com/eerimoq/moblin/commit/f3edf6d25e65e6080f97db312ba2693f9ec8bfd5) fix format ### 📊 Changes **7 files changed** (+101 additions, -22 deletions) <details> <summary>View changed files</summary> 📝 `Common/Localizable.xcstrings` (+3 -0) 📝 `Moblin/Platforms/Twitch/TwitchChat.swift` (+3 -3) 📝 `Moblin/Various/ChatPost.swift` (+53 -14) 📝 `Moblin/Various/Model/ModelKick.swift` (+1 -1) 📝 `Moblin/Various/Model/ModelTwitch.swift` (+1 -1) 📝 `Moblin/View/ControlBar/QuickButton/QuickButtonChatView.swift` (+22 -1) 📝 `Moblin/View/Stream/Overlay/StreamOverlayChatView.swift` (+18 -2) </details> ### 📄 Description Problem: Chat reply previews showed [emote] text instead of actual emote images. Solution: - Updated ChatHighlight to use segment-based rendering like regular messages - Fixed Twitch reply emote processing bug - Now shows actual emote images in reply previews across all chat views --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 04:00:32 +03:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/moblin#164
No description provided.