mirror of
https://github.com/mautrix/signal.git
synced 2025-03-14 14:15:36 +00:00
signalmeow: update backup capability id
This commit is contained in:
parent
872c2843f3
commit
0ca656a5e1
1 changed files with 1 additions and 1 deletions
|
@ -299,7 +299,7 @@ func startProvisioning(ctx context.Context, ws *websocket.Conn, provisioningCiph
|
|||
return "", fmt.Errorf("failed to unmarshal provisioning UUID: %w", err)
|
||||
}
|
||||
|
||||
linkCapabilities := []string{"backup"}
|
||||
linkCapabilities := []string{"backup3"}
|
||||
if !allowBackup {
|
||||
linkCapabilities = []string{}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue