Skip to content

Commit

Permalink
Updated the CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
martinmitrevski committed Jun 18, 2024
1 parent 9a62779 commit d951454
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
# Upcoming

### ✅ Added
- Thread replies shown in channel indicator
- Thread replies shown in channel indicator [#518](https://github.com/GetStream/stream-chat-swiftui/pull/518)

# [4.57.0](https://github.com/GetStream/stream-chat-swiftui/releases/tag/4.57.0)
_June 07, 2024_
Expand Down
1 change: 1 addition & 0 deletions Sources/StreamChatSwiftUI/ViewFactory.swift
Original file line number Diff line number Diff line change
Expand Up @@ -530,6 +530,7 @@ public protocol ViewFactory: AnyObject {
/// - Parameters:
/// - channel: the channel where the message is sent.
/// - message: the message that's being replied to.
/// - parentMessage: the parent message.
/// - replyCount: the current number of replies.
/// - Returns: view displayed in the message replies view slot.
func makeMessageRepliesShownInChannelView(
Expand Down

0 comments on commit d951454

Please sign in to comment.