mirror of
https://github.com/oxen-io/session-android.git
synced 2025-06-08 22:38:37 +00:00
Allow remote deletes of pending messages.
This commit is contained in:
parent
8f871c2e3a
commit
714ebb3e08
@ -37,7 +37,6 @@ public final class RemoteDeleteUtil {
|
|||||||
(!message.getRecipient().isGroup() || message.getRecipient().isActiveGroup()) &&
|
(!message.getRecipient().isGroup() || message.getRecipient().isActiveGroup()) &&
|
||||||
!message.getRecipient().isLocalNumber() &&
|
!message.getRecipient().isLocalNumber() &&
|
||||||
!message.isRemoteDelete() &&
|
!message.isRemoteDelete() &&
|
||||||
!message.isPending() &&
|
|
||||||
(currentTime - message.getDateSent()) < SEND_THRESHOLD;
|
(currentTime - message.getDateSent()) < SEND_THRESHOLD;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user