mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-18 23:49:20 +01:00
Bump up the edit send/receive timers to 24hr/48hr
This commit is contained in:
@@ -84,9 +84,9 @@ export async function handleEditMessage(
|
||||
if (
|
||||
serverTimestamp &&
|
||||
!isNoteToSelf &&
|
||||
isOlderThan(serverTimestamp, durations.DAY)
|
||||
isOlderThan(serverTimestamp, durations.DAY * 2)
|
||||
) {
|
||||
log.warn(`${idLog}: cannot edit message older than 24h`, serverTimestamp);
|
||||
log.warn(`${idLog}: cannot edit message older than 48h`, serverTimestamp);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user