Unverified Commit 5cdfbdcb authored by Mygod's avatar Mygod Committed by GitHub

Fix #2481

parent f0001259
......@@ -183,6 +183,7 @@ class SubscriptionService : Service(), CoroutineScope {
oldProfile
}
Profile.SubscriptionStatus.Obsolete -> {
toUpdate.add(oldProfile.id)
oldProfile.password = it.password
oldProfile.method = it.method
oldProfile.plugin = it.plugin
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment