mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 04:09:49 +00:00
Stop parsing attachment ids from attachment urls
See 2111294
Attachment ids are now available in string form from the server
response to `putAttachment`.
// FREEBIE
This commit is contained in:
@@ -391,7 +391,7 @@ var TextSecureServer = (function() {
|
||||
data : encryptedBin,
|
||||
processData : false,
|
||||
}).then(function() {
|
||||
return match[1];
|
||||
return response.idString;
|
||||
}.bind(this));
|
||||
}.bind(this));
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user