Also don't send typing messages for people we aren't friends with

pull/378/head
Beaudan 6 years ago
parent fc12f01ab3
commit debd211fe5

@ -208,8 +208,8 @@
},
bumpTyping() {
// We don't send typing messages if the setting is disabled
if (!storage.get('typing-indicators-setting')) {
// We don't send typing messages if the setting is disabled or we aren't friends
if (!this.isFriend() || !storage.get('typing-indicators-setting')) {
return;
}

Loading…
Cancel
Save