Skip to content

Commit c0d3428

Browse files
committed
fix: incorrect ; character on patches
1 parent 487c84c commit c0d3428

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

64gram-desktop/block-sponsored_messages.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ diff --git a/Telegram/SourceFiles/data/components/sponsored_messages.cpp b/Teleg
77
bool SponsoredMessages::canHaveFor(not_null<HistoryItem*> item) const {
88
- return item->history()->peer->isBroadcast()
99
- && item->isRegular();
10-
+ return false
10+
+ return false;
1111
}
1212

1313
bool SponsoredMessages::isTopBarFor(not_null<History*> history) const {

0 commit comments

Comments
 (0)