mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-01-15 10:03:09 -06:00
Fix typo
This commit is contained in:
parent
a87fd8dec7
commit
a8f1d4907e
|
|
@ -233,7 +233,7 @@ func (a *KeyInternalAPI) PerformMarkAsStaleIfNeeded(ctx context.Context, req *ap
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
if len(knownDevices) == 0 {
|
if len(knownDevices) == 0 {
|
||||||
return fmt.Errorf("unkown user %s", req.UserID)
|
return fmt.Errorf("unknown user %s", req.UserID)
|
||||||
}
|
}
|
||||||
|
|
||||||
for i := range knownDevices {
|
for i := range knownDevices {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue