stream-chat-android
                                
                                
                                
                                    stream-chat-android copied to clipboard
                            
                            
                            
                        Refactor message list ViewModel logic to use MessageListController
Context & proposal
Currently ui-components and compose SDK have separate ViewModels, all with separate logic, creating boilerplate code and feature misalignment. We should refactor the ViewModels to use MessageListController like we have with MessageComposerController to improve feature parity and reduce boilerplate code.
Acceptance criteria
To accept this task we need to complete the following items:
- [ ] TODO - Move SDK agnostic logic from ViewModels to MessageListController