This commit is contained in:
or-else
2021-06-25 17:46:03 -07:00
parent b8ebf49ee5
commit 95e87af6e9
+1 -1
View File
@@ -454,7 +454,7 @@ The format of the optional `trusted` field in group and peer to peer topics is a
trusted: {
verified: true, // boolean, an indicator of a verified/trustworthy user or topic.
staff: true, // boolean, an indicator that the user or topic
// is a part of/belongs to the server administation.
// is a part of/belongs to the server administration.
danger: true // boolean, an indicator that the user or topic are untrustworthy.
}
```