Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Jul 24, 2024
1 parent 2f33ac0 commit abc7cf4
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5728,7 +5728,10 @@ public boolean isChatNoForwards(TLRPC.Chat chat) {
}

public boolean isChatNoForwards(long chatId) {
/*
return isChatNoForwards(getChat(chatId));
*/
return false;
}

public TLRPC.User getUser(Long id) {
Expand Down

0 comments on commit abc7cf4

Please sign in to comment.