Skip to content

Commit

Permalink
Enable local premium features
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Jul 24, 2024
1 parent 89fd3a7 commit 2414cfe
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -549,10 +549,13 @@ public void setDialogsLoadOffset(int folderId, int dialogsLoadOffsetId, int dial
}

public boolean isPremium() {
/*
if (currentUser == null) {
return false;
}
return currentUser.premium;
*/
return true;
}

public Long getEmojiStatus() {
Expand Down

0 comments on commit 2414cfe

Please sign in to comment.