mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-22 09:49:30 +01:00
Update edit message timestamp.
This commit is contained in:
@@ -627,9 +627,6 @@ public abstract class MessageRecord extends DisplayRecord {
|
||||
if ((isPush() || isCallLog()) && getDateSent() < getDateReceived()) {
|
||||
return getDateSent();
|
||||
}
|
||||
if (isEditMessage()) {
|
||||
return getDateSent();
|
||||
}
|
||||
return getDateReceived();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user