globe for status

This commit is contained in:
Simon
2026-03-21 20:21:43 +00:00
parent 9bba981796
commit 05ea90405b
2 changed files with 16 additions and 0 deletions

View File

@@ -26,6 +26,8 @@ pub struct Channel {
pub struct ChannelGroup {
pub id: String,
pub title: String,
#[serde(skip_serializing_if = "Option::is_none")]
pub systemImage: Option<String>,
pub channelIds: Vec<String>,
}