mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-20 02:08:57 +00:00
textsecure.protos
This commit is contained in:
@@ -5,7 +5,7 @@ var Whisper = Whisper || {};
|
||||
|
||||
var Message = Backbone.Model.extend({
|
||||
toProto: function() {
|
||||
return new PushMessageContentProtobuf({body: this.get('body')});
|
||||
return new textsecure.protos.PushMessageContentProtobuf({body: this.get('body')});
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user