Merge branch 'master' into feat/embed_improvements

This commit is contained in:
Paul Makles
2021-09-14 20:54:21 +01:00
committed by GitHub
37 changed files with 1049 additions and 882 deletions

View File

@@ -47,6 +47,9 @@ pub enum Special {
None,
YouTube {
id: String,
#[serde(skip_serializing_if = "Option::is_none")]
timestamp: Option<String>,
},
Twitch {
content_type: TwitchType,