Managing Threads
At their core, Threads provide a secure way for assigned members to exchange encrypted messages.
- Threads allow users to communicate using topic-specific communication channels.
- Each Context can contain any number of Threads with a unique identifier (
threadId
) used to distinguish them. - Threads do not need to have unique names or assigned public keys.
Permissions
Threads differentiate two types of users - Managers and Regular Users. The table below shows the differences in their permissions:
Activity | User | Manager |
---|---|---|
Sending messages | yes | yes |
Editing Thread | no | yes |
Deleting messages | only their own | all messages |
The values above are the default policy values defined by PrivMX. To read more about Policies and learn how to modify them, go to Policies.
Initial Assumptions
The initial assumptions for all the code examples below are as follows:
Creating Threads
To create a Thread, you need a name and a list of public key - userID pairs. Due to the fact that each Thread is inside a Context, all the public keys have to be registered inside the given Context. You can do it using PrivMX Bridge API.
After creating a Thread, all the users with management rights will be able to edit the Thread.
Below you can see some examples of creating Threads that function as a chat feature in your application, with access management capabilities similar to those found in other popular collaboration tools.
Three additional options are available when changing the list of users inside a Thread:
accessToOldDataForNewUsers
- if markedtrue
, the newly added users will be able to access messages sent before they joined the Thread;force
- applies an update, without checking the current version;generateNewKey
- re-encrypts messages in the Thread. It's useful when a user is removed and we want to prevent them from accessing the Thread.
We use cookies on our website. We use them to ensure the proper functioning of the site and, if you agree, for purposes we set, such as analytics or marketing.