Skip to content

Commit

Permalink
chore: fix rebase issues
Browse files Browse the repository at this point in the history
  • Loading branch information
typfel committed Sep 26, 2023
1 parent 7481d37 commit fa8ae51
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -836,8 +836,7 @@ class UserSessionScope internal constructor(
authenticatedNetworkContainer.conversationApi,
clientRepository,
conversationRepository,
mlsConversationRepository,
mlsUnpacker
mlsConversationRepository
)

private val recoverMLSConversationsUseCase: RecoverMLSConversationsUseCase
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,7 @@ object TestEvent {
id = "eventId",
conversationId = TestConversation.ID,
transient = false,
live = false,
protocol = Conversation.Protocol.MIXED,
senderUserId = TestUser.OTHER_USER_ID
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@ SELECT
mls_cipher_suite,
receipt_mode,
message_timer,
user_message_timer
user_message_timer,
archived,
archived_date_time
FROM Member
JOIN Conversation ON Conversation.qualified_id = Member.conversation
WHERE Member.user = ?;
Expand Down

0 comments on commit fa8ae51

Please sign in to comment.