mirror of
https://github.com/tinode/chat.git
synced 2026-05-07 20:12:42 +00:00
define "private.starred"
This commit is contained in:
+2
-1
@@ -471,8 +471,9 @@ The format of the `private` field in group and peer to peer topics is a set of k
|
||||
```js
|
||||
private: {
|
||||
comment: "some comment", // string, optional user comment about a topic or a peer user
|
||||
arch: true, // boolean value indicating that the topic is archived by the user, i.e.
|
||||
arch: true, // boolean, indicator that the topic is archived by the user, i.e.
|
||||
// should not be shown in the UI with other non-archived topics.
|
||||
starred: false, // boolean, an indicator that the topic is starred or pinned by the user.
|
||||
accepted: "JRWS" // string, 'given' mode accepted by the user.
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user