Skip to content

Commit

Permalink
docs update
Browse files Browse the repository at this point in the history
  • Loading branch information
squallstar committed Jun 7, 2023
1 parent a914468 commit b5d1a7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/API/components/chat.md
Expand Up @@ -331,7 +331,7 @@ const conversations = await conversations.get();
const myConversation = _.find(conversations, c => _.get(c, 'definition.metadata.guid') === 'running-team'));
```

#### Enable conversation sharing with an invite code
### Enable conversation sharing with an invite code

If you want to enable the conversation to have an invite code that can be shared with other people to join the conversation, you can use the `allowInvite: true` parameter as shown in the following example:

Expand Down
2 changes: 1 addition & 1 deletion docs/Changelog.md
Expand Up @@ -8,7 +8,7 @@ Each week, we provide changelog notes on this page giving a summary of recent si

## 2023

- **May, 10th**: Added new JS API for the chat component. See [Chat JS API](https://developers.fliplet.com/API/components/chat.html) for more details.
- **June, 7th**: Added new JS API for the chat component. See [Chat JS API](https://developers.fliplet.com/API/components/chat.html) for more details.
- **April, 14th**: New iOS framework version 6.2.0 released with improvements for screen transitions on iPad.
- **April, 11th**: Added draft documentation for the upcoming [AI JS API](https://developers.fliplet.com/API/core/ai.html).
- **March, 29th**: Released new version 2.0.1 of the [Data Integration Service](https://developers.fliplet.com/Data-integration-service.html##releases-changelog) with improved checksum validation for media files.
Expand Down

0 comments on commit b5d1a7b

Please sign in to comment.