Skip to content

Commit

Permalink
Merge pull request #259 from ably/chat-react-agents
Browse files Browse the repository at this point in the history
chat: add react agent string to agents.json
  • Loading branch information
AndyTWF authored Nov 12, 2024
2 parents 09000d9 + 52877dc commit 510a541
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions protocol/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ The following table adds more contextual detail for some agent identifiers, wher
| `android` | [ably-java](https://github.com/ably/ably-java), [ably-dotnet](https://github.com/ably/ably-dotnet) |
| `browser` | [ably-js](https://github.com/ably/ably-js) |
| `chat-js` | [ably-chat-js](https://github.com/ably/ably-chat-js) |
| `chat-react` | [ably-chat-js](https://github.com/ably/ably-chat-js) |
| `dart` | [ably-flutter](https://github.com/ably/ably-flutter) |
| `darwin` | [ably-go](https://github.com/ably/ably-go) |
| `dotnet-framework` | [ably-dotnet](https://github.com/ably/ably-dotnet) |
Expand Down
5 changes: 5 additions & 0 deletions protocol/agents.json
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,11 @@
"identifier": "chat-js",
"versioned": true,
"type": "wrapper"
},
{
"identifier": "chat-react",
"versioned": true,
"type": "wrapper"
}
],
"ablyLibMappings": {
Expand Down

0 comments on commit 510a541

Please sign in to comment.