mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-20 08:39:22 +01:00
Add support for versioned expiration timers.
Co-authored-by: Greyson Parrelli <greyson@signal.org>
This commit is contained in:
committed by
Nicholas Tinsley
parent
4152294b57
commit
1f196f74ff
@@ -141,6 +141,7 @@ object FakeMessageRecords {
|
||||
subscriptionId: Int = -1,
|
||||
expiresIn: Long = -1,
|
||||
expireStarted: Long = -1,
|
||||
expireTimerVersion: Int = individualRecipient.expireTimerVersion,
|
||||
viewOnce: Boolean = false,
|
||||
hasReadReceipt: Boolean = false,
|
||||
quote: Quote? = null,
|
||||
@@ -178,6 +179,7 @@ object FakeMessageRecords {
|
||||
subscriptionId,
|
||||
expiresIn,
|
||||
expireStarted,
|
||||
expireTimerVersion,
|
||||
viewOnce,
|
||||
hasReadReceipt,
|
||||
quote,
|
||||
|
||||
Reference in New Issue
Block a user