mirror of
https://github.com/element-hq/element-web
synced 2024-11-28 04:21:57 +03:00
Doc orderedGroupTagProfiles
This commit is contained in:
parent
a8b245d0cf
commit
f38690f265
1 changed files with 9 additions and 1 deletions
|
@ -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: [],
|
||||
};
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue