Also use sent_at whenever we query database with received_at
This commit is contained in:
parent
f32a0b537d
commit
9f81b4157b
8 changed files with 181 additions and 134 deletions
|
@ -1314,6 +1314,7 @@ export class ConversationModel extends window.Backbone.Model<
|
|||
MessageCollection: window.Whisper.MessageCollection,
|
||||
limit: 100,
|
||||
receivedAt: first ? first.get('received_at') : undefined,
|
||||
sentAt: first ? first.get('sent_at') : undefined,
|
||||
messageId: first ? first.id : undefined,
|
||||
}
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue