Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nuno-vieira committed Jan 9, 2025
1 parent d06eda0 commit 37bd1d1
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Add `FilterKey.disabled` and `ChatChannel.isDisabled` [#3546](https://github.com/GetStream/stream-chat-swift/pull/3546)
- Add `ImageAttachmentPayload.file` for setting `file_size` and `mime_type` for image attachments [#3548](https://github.com/GetStream/stream-chat-swift/pull/3548)
- Add `ChatMessageController.partialUpdateMessage()` [#3531](https://github.com/GetStream/stream-chat-swift/pull/3531)
- Add Static Location Attachment Support [#3531](https://github.com/GetStream/stream-chat-swift/pull/3531)
- Add `ChatMessageStaticLocationAttachment` and `StaticLocationAttachmentPayload`
- Add `ChatMessage.staticLocationAttachments`
- Add `ChatChannelController.sendStaticLocation()`
- Add Live Location Attachment Support [#3531](https://github.com/GetStream/stream-chat-swift/pull/3531)
- Add `ChatMessageLiveLocationAttachment` and `LiveLocationAttachmentPayload`
- Add `ChatMessage.liveLocationAttachments`
- Add `ChatChannelController.startLiveLocationSharing()`
- Add `ChatChannelController.stopLiveLocationSharing()`
- Add `ChatMessageController.stopLiveLocationSharing()`
- Add `CurrentChatUserController.updateLiveLocation()`
- Add `CurrentChatUserControllerDelegate.didStartSharingLiveLocation()`
- Add `CurrentChatUserControllerDelegate.didStopSharingLiveLocation()`
- Add `CurrentChatUserControllerDelegate.didChangeActiveLiveLocationMessages()`
### 🐞 Fixed
- Remove the main thread requirement from the `DataStore` [#3541](https://github.com/GetStream/stream-chat-swift/pull/3541)
- Refresh quoted message preview when the quoted message is deleted [#3553](https://github.com/GetStream/stream-chat-swift/pull/3553)
Expand Down

0 comments on commit 37bd1d1

Please sign in to comment.