mirror of
https://github.com/oxen-io/session-android.git
synced 2025-08-27 09:50:39 +00:00
fix if iOS sets an expire timer in a closed group, it gets turned off when Android sends a message
This commit is contained in:
@@ -550,7 +550,7 @@ public class PushDecryptJob extends BaseJob implements InjectableType {
|
||||
{
|
||||
try {
|
||||
MmsDatabase database = DatabaseFactory.getMmsDatabase(context);
|
||||
Recipient recipient = getMessageMasterDestination(content.getSender());
|
||||
Recipient recipient = getMessageDestination(content, message);
|
||||
IncomingMediaMessage mediaMessage = new IncomingMediaMessage(getMessageMasterDestination(content.getSender()).getAddress(),
|
||||
message.getTimestamp(), -1,
|
||||
message.getExpiresInSeconds() * 1000L, true,
|
||||
|
Reference in New Issue
Block a user