From d9713c9184741a00c9d15f3ae50c96a5695afd92 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Wed, 23 Jul 2025 17:45:09 +0500 Subject: fix: some fixes in rss --- bot/src/schemas/stream.cpp | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'bot/src/schemas/stream.cpp') diff --git a/bot/src/schemas/stream.cpp b/bot/src/schemas/stream.cpp index 80fc854..f9981a0 100644 --- a/bot/src/schemas/stream.cpp +++ b/bot/src/schemas/stream.cpp @@ -82,7 +82,13 @@ namespace bot::schemas { return "bttv_updated_emote"; } #endif - else { + else if (type == RSS) { + return "rss"; + } else if (type == TWITTER) { + return "twitter"; + } else if (type == TELEGRAM) { + return "telegram"; + } else { return "custom"; } } -- cgit v1.2.3