mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-01-09 07:03:10 -06:00
Thanks IDE
This commit is contained in:
parent
b889ae9bb0
commit
b15a5a8f23
|
|
@ -104,7 +104,7 @@ func (p *PDUStreamProvider) CompleteSync(
|
|||
req.Log.WithError(err).Error("unable to update event filter with ignored users")
|
||||
}
|
||||
|
||||
// InvalidateLazyLoadedUser the lazyLoadCache, otherwise we end up with missing displaynames/avatars
|
||||
// Invalidate the lazyLoadCache, otherwise we end up with missing displaynames/avatars
|
||||
// TODO: This might be inefficient, when joined to many and/or large rooms.
|
||||
for _, roomID := range joinedRoomIDs {
|
||||
joinedUsers := p.notifier.JoinedUsers(roomID)
|
||||
|
|
|
|||
Loading…
Reference in a new issue