Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
stream-ci-bot committed Jul 26, 2023
1 parent 689a9cb commit ec79a80
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ public class MessageListController(
public val messageLimit: Int = DEFAULT_MESSAGES_LIMIT,
private val chatClient: ChatClient = ChatClient.instance(),
private val clientState: ClientState = chatClient.clientState,
globalState: GlobalState = chatClient.globalState,
private val deletedMessageVisibility: DeletedMessageVisibility = DeletedMessageVisibility.ALWAYS_VISIBLE,
private val showSystemMessages: Boolean = true,
private val messageFooterVisibility: MessageFooterVisibility = MessageFooterVisibility.WithTimeDifference(),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ public class MessageListController(
public val messageLimit: Int = DEFAULT_MESSAGES_LIMIT,
private val chatClient: ChatClient = ChatClient.instance(),
private val clientState: ClientState = chatClient.clientState,
globalState: GlobalState = chatClient.globalState,
private val deletedMessageVisibility: DeletedMessageVisibility = DeletedMessageVisibility.ALWAYS_VISIBLE,
private val showSystemMessages: Boolean = true,
private val messageFooterVisibility: MessageFooterVisibility = MessageFooterVisibility.WithTimeDifference(),
Expand Down

0 comments on commit ec79a80

Please sign in to comment.