Use SignalService
vs textsecure
for protobuf
This commit is contained in:
parent
6589247750
commit
38f3ad6518
3 changed files with 3 additions and 7 deletions
|
@ -597,7 +597,7 @@ const outgoing = new Whisper.Message({
|
|||
sent_at: Date.now() - 15000,
|
||||
attachments: [
|
||||
{
|
||||
flags: textsecure.protobuf.AttachmentPointer.Flags.VOICE_MESSAGE,
|
||||
flags: SignalService.AttachmentPointer.Flags.VOICE_MESSAGE,
|
||||
data: util.mp3,
|
||||
fileName: 'agnus_dei.mp3',
|
||||
contentType: 'audio/mp3',
|
||||
|
|
|
@ -572,7 +572,7 @@ const outgoing = new Whisper.Message({
|
|||
attachments: [
|
||||
{
|
||||
// proposed as of afternoon of 4/6 in Quoted Replies group
|
||||
flags: textsecure.protobuf.AttachmentPointer.Flags.VOICE_MESSAGE,
|
||||
flags: SignalService.AttachmentPointer.Flags.VOICE_MESSAGE,
|
||||
contentType: 'audio/mp3',
|
||||
fileName: 'agnus_dei.mp4',
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue