Show notifications for opened and blurred peer

This commit is contained in:
morethanwords 2021-04-23 23:56:28 +04:00
parent ec2d1b9cff
commit 655eda0c75

View File

@ -3898,7 +3898,7 @@ export class AppMessagesManager {
for(const _peerId in this.notificationsToHandle) {
const peerId = +_peerId;
if(rootScope.peerId === peerId) {
if(rootScope.peerId === peerId && !rootScope.idle.isIDLE) {
continue;
}