[PR #151] [MERGED] Add Nicknames for Kick and Twitch #165

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

📋 Pull Request Information

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

Base: mainHead: main


📝 Commits (3)

📊 Changes

7 files changed (+187 additions, -5 deletions)

View changed files

📝 Moblin/Various/ChatPost.swift (+16 -0)
📝 Moblin/Various/Model/ModelChat.swift (+3 -2)
📝 Moblin/Various/Settings.swift (+5 -1)
📝 Moblin/View/ControlBar/QuickButton/QuickButtonChatView.swift (+40 -1)
Moblin/View/Settings/Chat/ChatNicknamesSettingsView.swift (+110 -0)
📝 Moblin/View/Settings/Chat/ChatSettingsView.swift (+12 -0)
📝 Moblin/View/Stream/Overlay/StreamOverlayChatView.swift (+1 -1)

📄 Description

What it does:

  • Set custom nicknames for chat users (kick and twitch)
  • Shows as "Bob @StreamerBob123" in chat, reads just "Bob" for text-to-speech

How to use:

  • Long-press any chat message → tap "Nickname" → enter a friendly name
  • Manage all nicknames: Settings → Chat → General → "Manage nicknames"

🔄 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/151 **Author:** [@id3adeye](https://github.com/id3adeye) **Created:** 8/23/2025 **Status:** ✅ Merged **Merged:** 8/24/2025 **Merged by:** [@eerimoq](https://github.com/eerimoq) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (3) - [`7ed642d`](https://github.com/eerimoq/moblin/commit/7ed642dc1d84327fcdbb803e280b7e92188250e0) Add Nicknames for Kick and Twitch - [`78af84d`](https://github.com/eerimoq/moblin/commit/78af84d57b8e1f404511f775b39a130de21a2d76) fixed to use user not user id - [`c8b64f9`](https://github.com/eerimoq/moblin/commit/c8b64f9361b019565f813016253e2f65166537b3) fix string ### 📊 Changes **7 files changed** (+187 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `Moblin/Various/ChatPost.swift` (+16 -0) 📝 `Moblin/Various/Model/ModelChat.swift` (+3 -2) 📝 `Moblin/Various/Settings.swift` (+5 -1) 📝 `Moblin/View/ControlBar/QuickButton/QuickButtonChatView.swift` (+40 -1) ➕ `Moblin/View/Settings/Chat/ChatNicknamesSettingsView.swift` (+110 -0) 📝 `Moblin/View/Settings/Chat/ChatSettingsView.swift` (+12 -0) 📝 `Moblin/View/Stream/Overlay/StreamOverlayChatView.swift` (+1 -1) </details> ### 📄 Description What it does: - Set custom nicknames for chat users (kick and twitch) - Shows as "Bob @StreamerBob123" in chat, reads just "Bob" for text-to-speech How to use: - Long-press any chat message → tap "Nickname" → enter a friendly name - Manage all nicknames: Settings → Chat → General → "Manage nicknames" --- <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:33 +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#165
No description provided.