What did you do?
If I modify a ChatUser's photo for User A from a device, the ChatChannelController on an other device connected to User B inside a chat with User A will emit a change.
What did you expect to happen?
Live update for imageUrl inside ChatChannelView
What happened instead?
However, MessageContainerView (the default implementation of the ViewFactory) will cache the ChatUser's url in MessageCachingUtils, so the view's body will be recalled, but MessageAvatarView will be provided with the cached url.
GetStream Environment
GetStream Chat version:
GetStream Chat frameworks: StreamChat, StreamChatSwiftUI
iOS version:
Swift version:
Xcode version:
Device:
Additional context