wire-webapp
wire-webapp copied to clipboard
Federation Plan
- [x] Core Update
- [ ] UserEntity with domain
- [ ] UserRepository.getUserById with domain
- [ ] ConversationEntity with domain
- [ ] Mapper with mapping domain
- [ ] ConversationRepository.getConversationById with domain
- [ ] Route
/conversation/:conversationIdwith domain - [ ] Route
/user/:userIdwith domain - [ ] Handle error 422: https://wearezeta.atlassian.net/browse/SQCORE-692
- [ ] Send external messages (core) to federated users
- [ ] ConversationRepository.getConversationById
- [ ] conversationState.findConversation
- [ ] ConversationService.getConversationById