Add 'spqr' capability to uploaded AppCapabilities.

This commit is contained in:
gram-signal
2025-08-21 06:29:56 -07:00
committed by Jeffrey Starke
parent 38bb15ed44
commit e917d39a8e
2 changed files with 4 additions and 2 deletions

View File

@@ -12,7 +12,8 @@ object AppCapabilities {
return AccountAttributes.Capabilities(
storage = storageCapable,
versionedExpirationTimer = true,
attachmentBackfill = true
attachmentBackfill = true,
spqr = true
)
}
}