Skip to content

ChatChannelView don't update live images of channel users  #649

@jmagnier-luna

Description

@jmagnier-luna

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions