|
|
@ -743,9 +743,9 @@ export class ConversationModel extends Backbone.Model<ConversationAttributes> {
|
|
|
|
|
|
|
|
|
|
|
|
if (!this.isPublic()) {
|
|
|
|
if (!this.isPublic()) {
|
|
|
|
messageWithSchema.destination = destination;
|
|
|
|
messageWithSchema.destination = destination;
|
|
|
|
|
|
|
|
} else {
|
|
|
|
// set the serverTimestamp only if this conversation is a public one.
|
|
|
|
// set the serverTimestamp only if this conversation is a public one.
|
|
|
|
|
|
|
|
messageWithSchema.serverTimestamp = Date.now();
|
|
|
|
messageWithSchema.serverTimestamp = new Date().getTime();
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
messageWithSchema.source = UserUtils.getOurPubKeyStrFromCache();
|
|
|
|
messageWithSchema.source = UserUtils.getOurPubKeyStrFromCache();
|
|
|
|
messageWithSchema.sourceDevice = 1;
|
|
|
|
messageWithSchema.sourceDevice = 1;
|
|
|
|