Doc orderedGroupTagProfiles

This commit is contained in:
lukebarnard 2017-12-13 10:51:04 +00:00
parent a8b245d0cf
commit f38690f265

View file

@ -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: [],
};
},