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 Oct 13, 2023
1 parent 303cdf5 commit 6d73cb0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1255,7 +1255,7 @@ class UserSessionScope internal constructor(

private val typingIndicatorHandler: TypingIndicatorHandler
get() = TypingIndicatorHandlerImpl(userId, conversations.typingIndicatorIncomingRepository)

private val protocolUpdateEventHandler: ProtocolUpdateEventHandler
get() = ProtocolUpdateEventHandlerImpl(
conversationRepository = conversationRepository,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,8 @@ object TestUser {
expiresAt = null,
defederated = false,
isProteusVerified = false,
supportedProtocols = setOf(SupportedProtocolEntity.MLS)
supportedProtocols = setOf(SupportedProtocolEntity.MLS),
activeOneOnOneConversationId = null
)

val USER_PROFILE_DTO = UserProfileDTO(
Expand Down

0 comments on commit 6d73cb0

Please sign in to comment.