Skip to content

Conversation

@martinmitrevski
Copy link
Contributor

@martinmitrevski martinmitrevski commented Nov 11, 2025

🔗 Issue Links

Resolves https://linear.app/stream/issue/IOS-1248/expose-init-with-view-model-for-the-message-list-swiftui.

🎯 Goal

Make it easier to use the standalone message list (e.g. for AI apps).

📝 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

@martinmitrevski martinmitrevski requested a review from a team as a code owner November 11, 2025 09:22
@github-actions
Copy link

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

@martinmitrevski martinmitrevski enabled auto-merge (squash) November 11, 2025 13:04
@Stream-SDK-Bot
Copy link
Collaborator

SDK Size

title develop branch diff status
StreamChatSwiftUI 9.63 MB 9.63 MB 0 KB 🟢

@Stream-SDK-Bot
Copy link
Collaborator

StreamChatSwiftUI XCSize

Object Diff (bytes)
MessageListView.o +5324

@github-actions
Copy link

Public Interface

 public struct MessageListView: View, KeyboardReadable  
+   public init(factory: Factory = DefaultViewFactory.shared,channel: ChatChannel,viewModel: ChatChannelViewModel,onLongPress: @escaping (MessageDisplayInfo) -> Void = { _ in })

@sonarqubecloud
Copy link

@martinmitrevski martinmitrevski merged commit 62d831f into develop Nov 11, 2025
11 checks passed
@martinmitrevski martinmitrevski deleted the messagelist-vm-init branch November 11, 2025 14:59
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.

4 participants