mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-02-15 07:28:59 +00:00
v0.44.11
Fix issue where export fails to finish
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user