kopia lustrzana https://github.com/ryukoposting/Signal-Android
rodzic
9a8d058051
commit
3df9112cf8
|
@ -608,7 +608,7 @@ public class PushDecryptJob extends ContextJob {
|
||||||
.getExpiringMessageManager()
|
.getExpiringMessageManager()
|
||||||
.scheduleDeletion(messageId, true,
|
.scheduleDeletion(messageId, true,
|
||||||
message.getExpirationStartTimestamp(),
|
message.getExpirationStartTimestamp(),
|
||||||
message.getMessage().getExpiresInSeconds());
|
message.getMessage().getExpiresInSeconds() * 1000);
|
||||||
}
|
}
|
||||||
|
|
||||||
return threadId;
|
return threadId;
|
||||||
|
|
Ładowanie…
Reference in New Issue