Fix issue where export fails to finish
This commit is contained in:
Scott Nonnenberg
2017-11-09 12:31:20 -08:00
parent 30c26cf210
commit 8bde6ec1cd
2 changed files with 2 additions and 2 deletions

View File

@@ -465,7 +465,7 @@
});
// completely drop any attachments in messages cached in error objects
message.errors = _.map(message.errors, function(error) {
if (error && error.args && error.args[0] && err.args[0].attachments) {
if (error && error.args && error.args[0] && error.args[0].attachments) {
error.args[0].attachments = [];
}
return error;

View File

@@ -4,7 +4,7 @@
"name": "Signal Private Messenger",
"short_name": "Signal",
"description": "__MSG_installTagline__",
"version": "0.44.10",
"version": "0.44.11",
"offline_enabled": false,
"minimum_chrome_version": "37",
"default_locale": "en",