mirror of
https://github.com/ergochat/ergo.git
synced 2024-11-25 13:29:27 +01:00
Revert "never set the certfp lookup key before verification"
This reverts commit a120cc2443
.
This commit is contained in:
parent
01e1a01fa2
commit
eb630b7657
@ -378,6 +378,9 @@ func (am *AccountManager) Register(client *Client, account string, callbackNames
|
||||
tx.Set(registeredTimeKey, registeredTimeStr, setOptions)
|
||||
tx.Set(credentialsKey, credStr, setOptions)
|
||||
tx.Set(callbackKey, callbackSpec, setOptions)
|
||||
if certfp != "" {
|
||||
tx.Set(certFPKey, casefoldedAccount, setOptions)
|
||||
}
|
||||
return nil
|
||||
})
|
||||
}()
|
||||
|
Loading…
Reference in New Issue
Block a user