investigation shows we don't use this timestamp for call error messages

pull/1/head
Michael Kirk 7 years ago
parent df61316495
commit e1a46d85fb

@ -15,9 +15,7 @@ NS_ASSUME_NONNULL_BEGIN
- (instancetype)initWithThread:(TSThread *)thread
{
// MJK TODO - investigate this.
// These records aren't saved, but their timestamp is used in the event
// of a failing message send to insert the error at the appropriate place.
// MJK TODO - safe to remove senderTimestamp
self = [super initOutgoingMessageWithTimestamp:[NSDate ows_millisecondTimeStamp]
inThread:thread
messageBody:nil

Loading…
Cancel
Save