You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-19 05:22:13 +03:00
Clarify more docs
This commit is contained in:
@@ -36,7 +36,9 @@ const TagPanel = React.createClass({
|
||||
|
||||
getInitialState() {
|
||||
return {
|
||||
// A list of group profiles for group tags
|
||||
// A list of group profiles for tags that are group IDs. The intention in future
|
||||
// is to allow arbitrary tags to be selected in the TagPanel, not just groups.
|
||||
// For now, it suffices to maintain a list of ordered group profiles.
|
||||
orderedGroupTagProfiles: [
|
||||
// {
|
||||
// groupId: '+awesome:foo.bar',{
|
||||
|
||||
Reference in New Issue
Block a user