You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-20 16:22:28 +03:00
Doc orderedGroupTagProfiles
This commit is contained in:
@@ -36,7 +36,15 @@ const TagPanel = React.createClass({
|
||||
|
||||
getInitialState() {
|
||||
return {
|
||||
orderedGroupTagProfiles: [],
|
||||
// A list of group profiles for group tags
|
||||
orderedGroupTagProfiles: [
|
||||
// {
|
||||
// groupId: '+awesome:foo.bar',{
|
||||
// name: 'My Awesome Community',
|
||||
// avatarUrl: 'mxc://...',
|
||||
// shortDescription: 'Some description...',
|
||||
// },
|
||||
],
|
||||
selectedTags: [],
|
||||
};
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user