mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-05-22 08:10:02 +01:00
Add a sync after rotating a subscriber id.
This commit is contained in:
+1
@@ -297,6 +297,7 @@ object RecurringInAppPaymentRepository {
|
||||
if (response.status == 200 || response.status == 204) {
|
||||
Log.d(TAG, "Successfully set user subscription to level $subscriptionLevel with response code ${response.status}", true)
|
||||
SignalStore.inAppPayments.updateLocalStateForLocalSubscribe(subscriberType)
|
||||
MultiDeviceSubscriptionSyncRequestJob.enqueue()
|
||||
syncAccountRecord().subscribe()
|
||||
} else {
|
||||
if (response.applicationError.isPresent) {
|
||||
|
||||
Reference in New Issue
Block a user