Merge pull request #250 from matrix-org/rav/disable_composer_if_no_permission

Disable the message composer if we don't have permission to post
This commit is contained in:
Richard van der Hoff 2016-03-29 15:15:58 +01:00
commit abedb05268
2 changed files with 46 additions and 16 deletions

View file

@ -30,7 +30,7 @@
"highlight.js": "^8.9.1",
"linkifyjs": "^2.0.0-beta.4",
"marked": "^0.3.5",
"matrix-js-sdk": "^0.5.0",
"matrix-js-sdk": "matrix-org/matrix-js-sdk#develop",
"optimist": "^0.6.1",
"q": "^1.4.1",
"react": "^0.14.2",