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 19, 2023
1 parent f2a77cf commit e164c61
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 @@ -834,8 +834,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 @@ -265,6 +265,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 e164c61

Please sign in to comment.