Member list
This commit is contained in:
parent
31ee667102
commit
a8eb93bd6f
7 changed files with 741 additions and 21 deletions
|
@ -24,6 +24,10 @@ var Loader = require("react-loader");
|
|||
var MatrixClientPeg = require("../../MatrixClientPeg");
|
||||
|
||||
module.exports = {
|
||||
getInitialState: function() {
|
||||
return {};
|
||||
},
|
||||
|
||||
onClick: function() {
|
||||
dis.dispatch({
|
||||
action: 'view_user',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue