Block typing indicators from blocked contacts.

fork-5.53.8
Greyson Parrelli 2019-03-19 09:39:19 -07:00
rodzic 6df8988f54
commit c646316a97
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -1156,7 +1156,7 @@ public class PushDecryptJob extends ContextJob {
} else {
return sender.isBlocked();
}
} else if (content.getCallMessage().isPresent()) {
} else if (content.getCallMessage().isPresent() || content.getTypingMessage().isPresent()) {
return sender.isBlocked();
}