Browse Source

Show notifications for opened and blurred peer

master
morethanwords 4 years ago
parent
commit
655eda0c75
  1. 2
      src/lib/appManagers/appMessagesManager.ts

2
src/lib/appManagers/appMessagesManager.ts

@ -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…
Cancel
Save