mirror of
https://github.com/stoatchat/stoatchat.git
synced 2026-07-14 13:36:59 +00:00
fix(january): add youtube timestamp field
This commit is contained in:
@@ -46,6 +46,9 @@ pub enum Special {
|
||||
None,
|
||||
YouTube {
|
||||
id: String,
|
||||
|
||||
#[serde(skip_serializing_if = "Option::is_none")]
|
||||
timestamp: Option<String>,
|
||||
},
|
||||
Twitch {
|
||||
content_type: TwitchType,
|
||||
|
||||
Reference in New Issue
Block a user