mirror of
https://github.com/status-im/dappconnect-sdks.git
synced 2025-02-18 19:46:25 +00:00
* setup md/mdx * add test page * setup mdx provider * Add breadcrumbs * links -> routes * add information box * add more remark plugins * text InformationBox * setup contentlayer * add testing docs folder * setup docs static generation * add ssg to blog too * add Shortcut component * add SearchButton * add hook for keyboard shortcuts * update main docs page * update main learn page content * side-bar -> sidebar-menu * rename docs pages * add heading anchors, use new components * add table of contents to docs * move styling to breadcrumbs * cleanup markdown examples * change slugify fn * update getting-started.md * add highlight matches component * update learn pages * rename website InformationBox to Admonition * ?enable user-select * add static helpers to epics * simplify components structure * update insights layout * add link tree utils * add search engine * update docs import * update contenlayer * add docs indexer * support code block highlighting * search index * fix types * remove supporting files * update tree builder * make build work * update docs * update label * update toc * add config.json * update menu * search index import * learn -> help * fix md file * update toc * fix code snippets * add help index route * remove testing files * add original docs * migrate getting started * migrate messaging-and-web3-browser docs * migrate network-nodes-and-statistics docs * handle empty content * add navigation config * wip * migrate status-wallet docs * migrate to new admonitions format * migrate your-profile-and-preferences docs * migrate part of status-communities docs * mv * rm log * index * fix lint * fix warn * fix title * fix docs layout * udpate next.config * use lowercase lang * generate contentlayer types before typechecking * update docs images * update help routes --------- Co-authored-by: Felicio Mununga <felicio@users.noreply.github.com>
35 lines
1.8 KiB
Markdown
35 lines
1.8 KiB
Markdown
---
|
|
id: 267
|
|
revision: '0'
|
|
language: en
|
|
title: Create a group chat
|
|
---
|
|
|
|
Group chats are conversations of more than two people. To invite someone to a group chat, you need to have them on your Status contact list.
|
|
|
|
Group chats are different to communities, as they're meant to unite smaller groups of people or be centred around specific topics. For more information about group chats, see [Understand group chats][understand-group-chats].
|
|
|
|
## What to expect
|
|
|
|
- You can invite up to 20 members to your group chat. If you need more, consider [creating a community][create-a-status-community].
|
|
- Once you create your group chat, you can [customize it][customize-a-group-chat] and [add members][add-members-to-a-group-chat], as well as [remove them][remove-members-from-a-group-chat].
|
|
- Group chats are always end-to-end [encrypted][privacy-and-security] with secure cryptographic keys. Only the group chat members will have access to the messages in it. Status doesn't have the keys and can't access any messages by design.
|
|
|
|
## Create a group chat
|
|
|
|
=== "Mobile"
|
|
|
|
1. From the tab bar, tap :mobile-messages: **Messages**.
|
|
2. Tap :mobile-add: **Plus**.
|
|
3. Select **New chat**.
|
|
4. Check the boxes next to the contacts you want to invite to your chat. Tap **Setup group chat**.
|
|
5. Choose a name and highlight colour for your group chat. All members will be able to see both the name and the colour. Once you're finished, tap **Create group chat**.
|
|
|
|
=== "Desktop"
|
|
|
|
1. From the navigation sidebar, click :desktop-chat: **Chat**.
|
|
2. Click :desktop-start-chat: **Start chat**.
|
|
3. From your contact list, select those you want to add to this group chat.
|
|
4. Optionally, type a message in the Message text field to start the group chat with. You can also leave it blank.
|
|
5. Click **Confirm** or press ++return++ to create your group chat.
|