Port over custom vector roomlist controller with mini callview
This commit is contained in:
parent
3845a989f6
commit
c687f32f39
2 changed files with 170 additions and 1 deletions
|
@ -19,7 +19,7 @@ limitations under the License.
|
|||
var React = require('react');
|
||||
var sdk = require('matrix-react-sdk')
|
||||
|
||||
var RoomListController = require('matrix-react-sdk/lib/controllers/organisms/RoomList')
|
||||
var RoomListController = require('../../../../controllers/organisms/RoomList')
|
||||
|
||||
module.exports = React.createClass({
|
||||
displayName: 'RoomList',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue