Skip to content

Commit

Permalink
Add Message#connectionKey to IDL
Browse files Browse the repository at this point in the history
The spec point exists but we had forgotten to add to IDL.
  • Loading branch information
lawrence-forooghian committed Jul 18, 2023
1 parent 42f8cc4 commit f2a20d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions textile/features.textile
Original file line number Diff line number Diff line change
Expand Up @@ -2072,6 +2072,7 @@ class Message: // TM*
+fromEncodedArray(JsonArray, ChannelOptions?) -> [Message] // TM3
clientId: String? // TM2b
connectionId: String? // TM2c
connectionKey: String? // TM2h
data: Data? // TM2d
encoding: String? // TM2e
extras: JsonObject? // TM2i
Expand Down

0 comments on commit f2a20d7

Please sign in to comment.