Display a default message for incoming message errors
An exception to the previous commit, for incoming messages we should not show a mysterious empty bubble. Instead there is some generic non-technical error message. // FREEBIE
This commit is contained in:
@@ -59,7 +59,7 @@
|
||||
return 'Received message with unknown identity key.';
|
||||
}
|
||||
if (this.isIncoming() && this.hasErrors()) {
|
||||
return 'Error decrypting incoming message.';
|
||||
return 'Error handling incoming message.';
|
||||
}
|
||||
|
||||
return this.get('body');
|
||||
|
Reference in New Issue
Block a user