Skip to content

Conversation

@nuno-vieira
Copy link
Member

🔗 Issue Links

Provide all Linear and/or Github issues related to this PR, if applicable.

🎯 Goal

Describe why we are making this change.

📝 Summary

Provide bullet points with the most important changes in the codebase.

🛠 Implementation

Provide a detailed description of the implementation and explain your decisions if you find them relevant.

🎨 Showcase

Add relevant screenshots and/or videos/gifs to easily see what this PR changes, if applicable.

Before After
img img

🧪 Manual Testing Notes

Explain how this change can be tested manually, if applicable.

☑️ Contributor Checklist

  • I have signed the Stream CLA (required)
  • This change should be manually QAed
  • Changelog is updated with client-facing changes
  • Changelog is updated with new localization keys
  • New code is covered by unit tests
  • Documentation has been updated in the docs-content repo

@github-actions
Copy link

github-actions bot commented Dec 4, 2025

1 Message
📖 There seems to be app changes but CHANGELOG wasn't modified.
Please include an entry if the PR includes user-facing changes.
You can find it at CHANGELOG.md.

Generated by 🚫 Danger

@github-actions
Copy link

github-actions bot commented Dec 4, 2025

Public Interface

+ open class LivestreamChannelViewModel: ChatChannelViewModel  
+ 
+   public let livestreamChannelController: LivestreamChannelController
+   
+ 
+   public init(livestreamChannelController: LivestreamChannelController)
+   
+ 
+   override public func scrollToLastMessage()
+   override public func checkUnreadCount()



 open class ChatChannelViewModel: ObservableObject, MessagesDataSource  
-   @Published public private var channel: ChatChannel?
+   @Published public internal var channel: ChatChannel?
-   public init(channelController: ChatChannelController,messageController: ChatMessageController? = nil,scrollToMessage: ChatMessage? = nil)
+   public init(channelController: ChatChannelController,messageController: ChatMessageController? = nil,scrollToMessage: ChatMessage? = nil,syncOnAppear: Bool = true)

 public struct ChatChannelView: View, KeyboardReadable  
+   public init(viewFactory: Factory = DefaultViewFactory.shared,livestreamViewModel: LivestreamChannelViewModel)

@Stream-SDK-Bot
Copy link
Collaborator

SDK Size

title develop branch diff status
StreamChatSwiftUI 9.68 MB 9.7 MB +18 KB 🟢

@Stream-SDK-Bot
Copy link
Collaborator

StreamChatSwiftUI XCSize

Object Diff (bytes)
ChatChannelViewModel.o +6609
ChatChannelDataSource.o +2805
ChatChannelListItem.o +436
MessageListView.o -344
ChatChannelView.o +144

@nuno-vieira nuno-vieira closed this Dec 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants