mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-01-09 07:03:10 -06:00
Add logging again..
This commit is contained in:
parent
f62e99e6f3
commit
2a4e3b6885
|
|
@ -233,6 +233,7 @@ func filterSharedUsers(
|
|||
}
|
||||
sharedUsers, err := db.SharedUsers(ctx, userID, usersWithChangedKeys)
|
||||
if err != nil {
|
||||
util.GetLogger(ctx).WithError(err).Errorf("db.SharedUsers failed: %s", err)
|
||||
// default to all users so we do needless queries rather than miss some important device update
|
||||
return nil, usersWithChangedKeys
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue