define "private.starred"

This commit is contained in:
or-else
2022-05-30 14:36:10 -07:00
parent 88698f5e5a
commit cf94bb8cf8
+2 -1
View File
@@ -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.
}
```