We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e2c428 commit ba850a7Copy full SHA for ba850a7
README.md
@@ -6,5 +6,5 @@ This project accompanies a [tutorial]() on building a conversational UI in React
6
7
1. Clone and set up the [token server](https://github.com/pmbanugo/stream-chat-boilerplate-api) by following the instruction on that repo.
8
9
-2. Close this repo and run `npm install`.
+2. Clone this repo and run `npm install`.
10
3. Run `npm start` to start the React app.
src/App.js
@@ -61,7 +61,6 @@ class App extends React.Component {
61
62
this.initialiseChatClient();
63
} else {
64
- //TODO: Send message across the channel
65
this.conversation.sendMessage({ text: message.text });
66
}
67
};
0 commit comments