Fix messenger bugs

This commit is contained in:
yflory
2018-09-11 17:42:00 +02:00
parent 19da04664a
commit 6c6ce7b7a8
2 changed files with 2 additions and 1 deletions

View File

@@ -435,6 +435,7 @@ define([
return null;
}
}).filter(function (decrypted) {
if (decrypted.d && decrypted.d[0] !== Types.message) { return; }
return decrypted;
}).map(function (O) {
return {