Show notifications for opened and blurred peer
This commit is contained in:
parent
ec2d1b9cff
commit
655eda0c75
@ -3898,7 +3898,7 @@ export class AppMessagesManager {
|
|||||||
for(const _peerId in this.notificationsToHandle) {
|
for(const _peerId in this.notificationsToHandle) {
|
||||||
const peerId = +_peerId;
|
const peerId = +_peerId;
|
||||||
|
|
||||||
if(rootScope.peerId === peerId) {
|
if(rootScope.peerId === peerId && !rootScope.idle.isIDLE) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user