mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-20 08:39:22 +01:00
Add 'spqr' capability to uploaded AppCapabilities.
This commit is contained in:
committed by
Jeffrey Starke
parent
38bb15ed44
commit
e917d39a8e
@@ -12,7 +12,8 @@ object AppCapabilities {
|
||||
return AccountAttributes.Capabilities(
|
||||
storage = storageCapable,
|
||||
versionedExpirationTimer = true,
|
||||
attachmentBackfill = true
|
||||
attachmentBackfill = true,
|
||||
spqr = true
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user