|
|
@ -946,6 +946,7 @@ MessageSender.prototype = {
|
|
|
|
if (options.publicEndpoint) {
|
|
|
|
if (options.publicEndpoint) {
|
|
|
|
numbers = [groupId];
|
|
|
|
numbers = [groupId];
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
const profile = textsecure.storage.impl.getLocalProfile();
|
|
|
|
const attrs = {
|
|
|
|
const attrs = {
|
|
|
|
recipients: numbers,
|
|
|
|
recipients: numbers,
|
|
|
|
body: messageText,
|
|
|
|
body: messageText,
|
|
|
@ -956,6 +957,7 @@ MessageSender.prototype = {
|
|
|
|
needsSync: true,
|
|
|
|
needsSync: true,
|
|
|
|
expireTimer,
|
|
|
|
expireTimer,
|
|
|
|
profileKey,
|
|
|
|
profileKey,
|
|
|
|
|
|
|
|
profile,
|
|
|
|
group: {
|
|
|
|
group: {
|
|
|
|
id: groupId,
|
|
|
|
id: groupId,
|
|
|
|
type: textsecure.protobuf.GroupContext.Type.DELIVER,
|
|
|
|
type: textsecure.protobuf.GroupContext.Type.DELIVER,
|
|
|
|