diff options
author | Azat Bahawi <azat@bahawi.net> | 2024-04-29 01:16:16 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2024-04-29 01:16:16 +0300 |
commit | c1353bb04b594a8b11fa7e28dbf29d0a6cb08275 (patch) | |
tree | 5bd87deaabc9f65a21af10b9dcbb5577c428659c /patches | |
parent | 2024-04-23 (diff) |
2024-04-29
Diffstat (limited to '')
-rw-r--r-- | patches/telegram-desktop-no-ads.patch | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/patches/telegram-desktop-no-ads.patch b/patches/telegram-desktop-no-ads.patch index d066066..2a88cbf 100644 --- a/patches/telegram-desktop-no-ads.patch +++ b/patches/telegram-desktop-no-ads.patch @@ -1,8 +1,8 @@ -diff --git i/Telegram/SourceFiles/data/data_sponsored_messages.cpp w/Telegram/SourceFiles/data/data_sponsored_messages.cpp -index fa21af469..263ea3e61 100644 ---- i/Telegram/SourceFiles/data/data_sponsored_messages.cpp -+++ w/Telegram/SourceFiles/data/data_sponsored_messages.cpp -@@ -179,39 +179,7 @@ bool SponsoredMessages::canHaveFor(not_null<History*> history) const { +diff --git i/Telegram/SourceFiles/data/components/sponsored_messages.cpp w/Telegram/SourceFiles/data/components/sponsored_messages.cpp +index a60d7c3fd..070694b64 100644 +--- i/Telegram/SourceFiles/data/components/sponsored_messages.cpp ++++ w/Telegram/SourceFiles/data/components/sponsored_messages.cpp +@@ -185,39 +185,7 @@ bool SponsoredMessages::canHaveFor(not_null<History*> history) const { } void SponsoredMessages::request(not_null<History*> history, Fn<void()> done) { |