mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-14 05:07:10 +02:00
Don't show Send a Gift to service users.
This commit is contained in:
parent
23542a1db1
commit
c82fbefcfc
1 changed files with 1 additions and 0 deletions
|
@ -1236,6 +1236,7 @@ void Filler::addSendGift() {
|
|||
&& (user->isInaccessible()
|
||||
|| user->isSelf()
|
||||
|| user->isBot()
|
||||
|| user->isServiceUser()
|
||||
|| user->isNotificationsUser()
|
||||
|| user->isRepliesChat()
|
||||
|| user->isVerifyCodes()
|
||||
|
|
Loading…
Add table
Reference in a new issue