This commit is contained in:
Till Faelligen 2022-08-05 13:07:09 +02:00
parent 2cc21303e7
commit 67dd636a37
No known key found for this signature in database
GPG key ID: 3DF82D8AB9211D4E

View file

@ -105,6 +105,7 @@ func (p *PDUStreamProvider) CompleteSync(
}
// 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)
for _, sharedUser := range joinedUsers {