mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-25 05:27:42 +00:00
Add 'spqr' capability to uploaded AppCapabilities.
This commit is contained in:
committed by
Jeffrey Starke
parent
38bb15ed44
commit
e917d39a8e
@@ -56,6 +56,7 @@ class AccountAttributes @JsonCreator constructor(
|
||||
data class Capabilities @JsonCreator constructor(
|
||||
@JsonProperty val storage: Boolean,
|
||||
@JsonProperty val versionedExpirationTimer: Boolean,
|
||||
@JsonProperty val attachmentBackfill: Boolean
|
||||
@JsonProperty val attachmentBackfill: Boolean,
|
||||
@JsonProperty val spqr: Boolean
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user