From c270a53eab2774edde3a14d417ba027e5fb91d0e Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Sun, 1 Nov 2020 15:15:08 -0800 Subject: [PATCH] Fixed: Telegram silent notifications (cherry picked from commit 0b7aa19ac06600936f6c4cb18ea3474e8a96f1e2) --- .../Telegram/{TelegramService.cs => TelegramProxy.cs} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename src/NzbDrone.Core/Notifications/Telegram/{TelegramService.cs => TelegramProxy.cs} (100%) diff --git a/src/NzbDrone.Core/Notifications/Telegram/TelegramService.cs b/src/NzbDrone.Core/Notifications/Telegram/TelegramProxy.cs similarity index 100% rename from src/NzbDrone.Core/Notifications/Telegram/TelegramService.cs rename to src/NzbDrone.Core/Notifications/Telegram/TelegramProxy.cs