mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-25 03:11:10 +01:00
Remove unused capabilities.
This commit is contained in:
committed by
Cody Henthorne
parent
585401a98e
commit
70378b85d7
@@ -314,9 +314,6 @@ class Recipient(
|
||||
/** The notification channel, if both set and supported by the system. Otherwise null. */
|
||||
val notificationChannel: String? = if (!NotificationChannels.supported()) null else notificationChannelValue
|
||||
|
||||
/** The user's payment capability. */
|
||||
val paymentActivationCapability: Capability = capabilities.paymentActivation
|
||||
|
||||
/** The user's payment capability. */
|
||||
val deleteSyncCapability: Capability = capabilities.deleteSync
|
||||
|
||||
|
||||
Reference in New Issue
Block a user