You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Default / empty avatars are loaded within each ChatChannelListItem instead of the custom avatar that is passed through the ChatChannelListItem initializer.
My organization does not use any sort of remote avatars and we want to build and show these locally within our iOS application itself. If there a way to still do this in 4.61.0+ through ChatChannelListItem?
The text was updated successfully, but these errors were encountered:
What did you do?
Updated from version
4.60.0
to4.62.0
What did you expect to happen?
That custom avatars provided through the following
ViewFactory
implementation would work as they do in4.60.0
What happened instead?
Default / empty avatars are loaded within each
ChatChannelListItem
instead of the customavatar
that is passed through theChatChannelListItem
initializer.GetStream Environment
GetStream Chat version: 4.62.0
GetStream Chat frameworks: StreamChatSwiftUI
iOS version: 17.5
Swift version: 5
Xcode version: 15.4
Device: Simulator
Additional context
This appears to have been introduced in
4.61.0
through the following change: e4a405e#diff-8560b06fdfd635f730bc8b770188c74f87f3f61bf566bc2568ae78954d3a0422R49.My organization does not use any sort of remote avatars and we want to build and show these locally within our iOS application itself. If there a way to still do this in
4.61.0
+ throughChatChannelListItem
?The text was updated successfully, but these errors were encountered: