Bump up the edit send/receive timers to 24hr/48hr
This commit is contained in:
parent
0459ab02d3
commit
cc13350d3f
4 changed files with 7 additions and 8 deletions
|
@ -66,5 +66,5 @@ function isDeletionTooOld(
|
|||
const messageTimestamp =
|
||||
message.get('serverTimestamp') || message.get('sent_at') || 0;
|
||||
const delta = Math.abs(doe.serverTimestamp - messageTimestamp);
|
||||
return delta > DAY;
|
||||
return delta > DAY * 2;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue