[PR #164] [MERGED] Kicks #174

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

📋 Pull Request Information

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

Base: mainHead: main


📝 Commits (1)

📊 Changes

5 files changed (+75 additions, -1 deletions)

View changed files

📝 Moblin/Platforms/Kick/KickApi.swift (+1 -0)
📝 Moblin/Platforms/Kick/KickPusher.swift (+49 -1)
📝 Moblin/Various/Model/ModelKick.swift (+19 -0)
📝 Moblin/Various/Settings.swift (+5 -0)
📝 Moblin/View/Settings/Streams/Stream/Kick/StreamKickSettingsView.swift (+1 -0)

📄 Description

Added support for Kick kicks (equivalent to Twitch bits):

  1. Parse kicks events - Added structs to decode KicksGifted JSON from Pusher
  2. Subscribe to kicks channel - Added chatroom.channel_id field and subscription to channel_{id}
  3. Display kicks - Show toast notification and chat message with "sent [gift] 💎 [amount]" format

Result: Kick kicks now work exactly like Twitch bits - same green
highlight, same chat integration, same toast notifications.


🔄 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/164 **Author:** [@id3adeye](https://github.com/id3adeye) **Created:** 9/16/2025 **Status:** ✅ Merged **Merged:** 9/16/2025 **Merged by:** [@eerimoq](https://github.com/eerimoq) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`8258665`](https://github.com/eerimoq/moblin/commit/8258665b9e516771562880946c795fc24d66ce0c) KIcks ### 📊 Changes **5 files changed** (+75 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `Moblin/Platforms/Kick/KickApi.swift` (+1 -0) 📝 `Moblin/Platforms/Kick/KickPusher.swift` (+49 -1) 📝 `Moblin/Various/Model/ModelKick.swift` (+19 -0) 📝 `Moblin/Various/Settings.swift` (+5 -0) 📝 `Moblin/View/Settings/Streams/Stream/Kick/StreamKickSettingsView.swift` (+1 -0) </details> ### 📄 Description Added support for Kick kicks (equivalent to Twitch bits): 1. Parse kicks events - Added structs to decode KicksGifted JSON from Pusher 2. Subscribe to kicks channel - Added chatroom.channel_id field and subscription to channel_{id} 3. Display kicks - Show toast notification and chat message with "sent [gift] 💎 [amount]" format Result: Kick kicks now work exactly like Twitch bits - same green highlight, same chat integration, same toast notifications. --- <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:35 +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#174
No description provided.