mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-27 20:03:25 +01:00
Backups: subscription info improvements
This commit is contained in:
@@ -253,14 +253,14 @@ export class BackupAPI {
|
||||
return {
|
||||
status: 'pending-cancellation',
|
||||
cost,
|
||||
expiryDate: endOfCurrentPeriod,
|
||||
expiryTimestamp: endOfCurrentPeriod?.getTime(),
|
||||
};
|
||||
}
|
||||
|
||||
return {
|
||||
status: 'active',
|
||||
cost,
|
||||
renewalDate: endOfCurrentPeriod,
|
||||
renewalTimestamp: endOfCurrentPeriod?.getTime(),
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user