Thanks IDE

This commit is contained in:
Till Faelligen 2022-08-05 13:51:07 +02:00
parent b889ae9bb0
commit b15a5a8f23
No known key found for this signature in database
GPG key ID: 3DF82D8AB9211D4E

View file

@ -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)