[PR #179] [CLOSED] kick alt channel #188

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

📋 Pull Request Information

Original PR: https://github.com/eerimoq/moblin/pull/179
Author: @id3adeye
Created: 10/31/2025
Status: Closed

Base: mainHead: main


📝 Commits (8)

📊 Changes

9 files changed (+255 additions, -23 deletions)

View changed files

Moblin/Assets.xcassets/KickLogoAlt.imageset/Contents.json (+21 -0)
Moblin/Assets.xcassets/KickLogoAlt.imageset/Icon White.png (+0 -0)
📝 Moblin/Platforms/Kick/KickPusher.swift (+40 -10)
📝 Moblin/Platforms/Platform.swift (+5 -0)
📝 Moblin/Various/Model/Model.swift (+2 -0)
📝 Moblin/Various/Model/ModelChat.swift (+13 -0)
📝 Moblin/Various/Model/ModelKick.swift (+28 -2)
📝 Moblin/Various/Settings/SettingsStream.swift (+53 -0)
📝 Moblin/View/Settings/Streams/Stream/Kick/StreamKickSettingsView.swift (+93 -11)

📄 Description

  • Read-only alt Kick channel for monitoring a second channel's chat
    • White icon () for alt vs green (🟢) for main
    • Platform icons show when alt is enabled
    • All alerts blocked for alt channel (via single check in handleMessage())
    • All moderation blocked for alt channel

Alt channel settings: enabled toggle and channel name field - i dunno how u want this :)


🔄 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/179 **Author:** [@id3adeye](https://github.com/id3adeye) **Created:** 10/31/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (8) - [`0ce261d`](https://github.com/eerimoq/moblin/commit/0ce261dc5d1ee80e178b94a2de1763451109f1f0) kick alt channel - [`9250d52`](https://github.com/eerimoq/moblin/commit/9250d52ccfc581870faecc2e7ef02f900ffa50f4) allow deleted message to show on alt channel - [`30828fb`](https://github.com/eerimoq/moblin/commit/30828fbb7479cc9a9cd06d176c79944623484aba) fix style :) - [`84a201a`](https://github.com/eerimoq/moblin/commit/84a201ae735ba4bea8f15b977c7a8f331deba51a) arrrray :) - [`460de35`](https://github.com/eerimoq/moblin/commit/460de3572fd8e9af7d1a47dea2e3f937f1f8c125) fixs and stuff :) - [`b4d2042`](https://github.com/eerimoq/moblin/commit/b4d204244f2473456f2245eb4abe03ebce8175ea) class and @Published - [`dc05b51`](https://github.com/eerimoq/moblin/commit/dc05b51aca259fa71910ed4c91114a3f9a80dcac) kickAltChannels renames :) - [`2ec9eab`](https://github.com/eerimoq/moblin/commit/2ec9eab6a9201e15a4b1f1d02fdca7bdd1ba600c) Reduce duplication i think :) ### 📊 Changes **9 files changed** (+255 additions, -23 deletions) <details> <summary>View changed files</summary> ➕ `Moblin/Assets.xcassets/KickLogoAlt.imageset/Contents.json` (+21 -0) ➕ `Moblin/Assets.xcassets/KickLogoAlt.imageset/Icon White.png` (+0 -0) 📝 `Moblin/Platforms/Kick/KickPusher.swift` (+40 -10) 📝 `Moblin/Platforms/Platform.swift` (+5 -0) 📝 `Moblin/Various/Model/Model.swift` (+2 -0) 📝 `Moblin/Various/Model/ModelChat.swift` (+13 -0) 📝 `Moblin/Various/Model/ModelKick.swift` (+28 -2) 📝 `Moblin/Various/Settings/SettingsStream.swift` (+53 -0) 📝 `Moblin/View/Settings/Streams/Stream/Kick/StreamKickSettingsView.swift` (+93 -11) </details> ### 📄 Description - Read-only alt Kick channel for monitoring a second channel's chat - White icon (⚪) for alt vs green (🟢) for main - Platform icons show when alt is enabled - All alerts blocked for alt channel (via single check in handleMessage()) - All moderation blocked for alt channel Alt channel settings: enabled toggle and channel name field - i dunno how u want this :) --- <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:38 +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#188
No description provided.