-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor: conversation message timer update event - WPB-10171 #2098
base: develop
Are you sure you want to change the base?
refactor: conversation message timer update event - WPB-10171 #2098
Conversation
WireDomain/Sources/WireDomain/Repositories/Conversations/ConversationLocalStore.swift
Show resolved
Hide resolved
WireDomain/Sources/WireDomain/Repositories/Conversations/ConversationLocalStore.swift
Show resolved
Hide resolved
WireDomain/Sources/WireDomain/Repositories/Conversations/ConversationRepository.swift
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good, can you ping me again on this one once other related PRs are merged (message system...)
…tory, add UTs, clean up code - WPB-10171 (#2098)
messageType: messageType, | ||
conversationID: conversationID.uuid, | ||
conversationDomain: conversationID.domain | ||
) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
some updates introduces in this PR, now that the MessageRepository is merged, I've added a MessageType case to handle the timer update message through the dedicated repository.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Test Results 3 files 326 suites 3m 21s ⏱️ Results for commit 768b81b. |
Key points
This PR is part of the quick sync refactoring plan and is related to processing the multiple events we receive from the backend or the push channel.
Specifically, this PR is about porting the existing implementation of the
ConversationMessageTimerUpdate
event.Testing
UTs cover the following use cases, ensuring that
Checklist
[WPB-XXX]
.UI accessibility checklist
If your PR includes UI changes, please utilize this checklist: