Show message sent time (not received time) in search results (#3769)

This commit is contained in:
jjkaufman 2019-12-02 13:40:38 -08:00 committed by Scott Nonnenberg
parent d51547e6cd
commit ee9e86ab7a
3 changed files with 15 additions and 15 deletions

View file

@ -202,7 +202,7 @@
id: this.id,
conversationId: this.get('conversationId'),
receivedAt: this.get('received_at'),
sentAt: this.get('sent_at'),
snippet: this.get('snippet'),
};
},