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() {
|
getInitialState() {
|
||||||
return {
|
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: [],
|
selectedTags: [],
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user