Skip to content

Commit

Permalink
* Fixed issue with getCachedMetadata() in message collection.
Browse files Browse the repository at this point in the history
  • Loading branch information
cozzin committed Mar 18, 2022
1 parent 2bf5507 commit 9d8087e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
**/xcuserdata
.DS_Store
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Change Log
### v3.1.9 (Mar 18, 2022)
* Fixed issue with `getCachedMetadata()` in message collection.

### v3.1.8 (Mar 17, 2022)
* Fixed issue with `getCachedMetadata()` in local caching.

### v3.1.7 (Mar 8, 2022)
* Add custom type and super mode filter to `getTotalUnreadChannelCount`
* Add custom type and super mode filter to `getTotalUnreadChannelCount`.

### v3.1.6 (Mar 2, 2022)
* Fix issue with local caching where messages were loading slowly.
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ let package = Package(
targets: [
.binaryTarget(
name: "SendBirdSDK",
url: "https://github.com/sendbird/sendbird-ios-framework/releases/download/v3.1.8/SendBirdSDK.xcframework.zip",
checksum: "013a023aafd2128486cde4a839b8ce8a346f5ca96954660ae412da5b1e700e50"
url: "https://github.com/sendbird/sendbird-ios-framework/releases/download/v3.1.9/SendBirdSDK.xcframework.zip",
checksum: "5432c53c69cf8f6b10762fa053b28b1b9547f3021a912baf597147e395cedfa0"
),
]
)

0 comments on commit 9d8087e

Please sign in to comment.