Skip to content

Commit

Permalink
detekt
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamadJaara committed Jul 17, 2023
1 parent ef2ce26 commit e406648
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ interface MessageMapper {
fun toMessageEntityContent(regularMessage: MessageContent.Regular): MessageEntityContent.Regular
}

@Suppress("TooManyFunctions")
class MessageMapperImpl(
private val selfUserId: UserId,
private val messageMentionMapper: MessageMentionMapper = MapperProvider.messageMentionMapper(selfUserId),
Expand Down

0 comments on commit e406648

Please sign in to comment.