mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Argh, javascript
This commit is contained in:
parent
a54a7f80aa
commit
c54bed02c1
@ -47,7 +47,7 @@ module.exports = {
|
||||
});
|
||||
},
|
||||
|
||||
roomMembers() {
|
||||
roomMembers: function() {
|
||||
var cli = MatrixClientPeg.get();
|
||||
var all_members = cli.getRoom(this.props.roomId).currentState.members;
|
||||
var all_user_ids = Object.keys(all_members);
|
||||
|
Loading…
Reference in New Issue
Block a user