From f2a20d7d7b62874debed2a13f274db635de9c4e9 Mon Sep 17 00:00:00 2001 From: Lawrence Forooghian Date: Tue, 18 Jul 2023 14:02:41 -0300 Subject: [PATCH] Add Message#connectionKey to IDL The spec point exists but we had forgotten to add to IDL. --- textile/features.textile | 1 + 1 file changed, 1 insertion(+) diff --git a/textile/features.textile b/textile/features.textile index 5c4e9024c..6ffaa740a 100644 --- a/textile/features.textile +++ b/textile/features.textile @@ -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