Skip to content

Commit

Permalink
Merge pull request #210 from ably/ECO-5187
Browse files Browse the repository at this point in the history
[ECO-5187] Update ably-cocoa dependency
  • Loading branch information
umair-ably authored Jan 14, 2025
2 parents ddf9808 + 6897c4c commit 71a3dd0
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 11 deletions.
6 changes: 3 additions & 3 deletions AblyChat.xcworkspace/xcshareddata/swiftpm/Package.resolved
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"originHash" : "7cf5aad170e2009b8ed30136589be3e449ac79a630487eb65f95143b02db577f",
"originHash" : "20eda2776391659360fe1f5d5d8095daadf2aa748972649241e4432cdb687f89",
"pins" : [
{
"identity" : "ably-cocoa",
"kind" : "remoteSourceControl",
"location" : "https://github.com/ably/ably-cocoa",
"state" : {
"revision" : "aca9a7c00abb7eacda8d90dcff75372a60360e7d",
"version" : "1.2.35"
"revision" : "5ba7809f5de6e885e8bd4788f0e807f66fc1875b",
"version" : "1.2.36"
}
},
{
Expand Down
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/ably/ably-cocoa",
"state" : {
"revision" : "aca9a7c00abb7eacda8d90dcff75372a60360e7d",
"version" : "1.2.35"
"revision" : "5ba7809f5de6e885e8bd4788f0e807f66fc1875b",
"version" : "1.2.36"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ let package = Package(
dependencies: [
.package(
url: "https://github.com/ably/ably-cocoa",
from: "1.2.35"
from: "1.2.36"
),
.package(
url: "https://github.com/apple/swift-argument-parser",
Expand Down
8 changes: 3 additions & 5 deletions Sources/AblyChat/Events.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,10 @@ public enum MessageAction: String, Sendable {
case .create:
.create
// ignore any other actions except `message.create` for now
case .unset,
.update,
case .update,
.delete,
.annotationCreate,
.annotationDelete,
.metaOccupancy:
.metaOccupancy,
.messageSummary:
nil
@unknown default:
nil
Expand Down

0 comments on commit 71a3dd0

Please sign in to comment.