mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-24 03:38:06 +01:00
Add delete sync capability
This commit is contained in:
@@ -148,6 +148,7 @@ message SetCapabilitiesRequest {
|
||||
bool storage = 1;
|
||||
bool transfer = 2;
|
||||
bool paymentActivation = 3;
|
||||
bool deleteSync = 4;
|
||||
}
|
||||
|
||||
message SetCapabilitiesResponse {}
|
||||
|
||||
@@ -322,6 +322,10 @@ message UserCapabilities {
|
||||
* Whether all devices linked to the account support MobileCoin payments.
|
||||
*/
|
||||
bool payment_activation = 1;
|
||||
/**
|
||||
* Whether all devices linked to the account support delete syncing
|
||||
*/
|
||||
bool delete_sync = 2;
|
||||
}
|
||||
|
||||
message Badge {
|
||||
|
||||
Reference in New Issue
Block a user