Log what's going on

This commit is contained in:
Neil Alexander 2022-10-24 09:14:07 +01:00
parent 0843bd776e
commit c762abe1ef
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944

View file

@ -257,6 +257,8 @@ func (a *KeyInternalAPI) QueryKeys(ctx context.Context, req *api.QueryKeysReques
res.UserSigningKeys = make(map[string]gomatrixserverlib.CrossSigningKey)
res.Failures = make(map[string]interface{})
logrus.Print("QueryKeys:", req.UserID, req.UserToDevices)
// get cross-signing keys from the database
a.crossSigningKeysFromDatabase(ctx, req, res)