mirror of https://github.com/vector-im/riot-web
link to #/register
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>pull/21833/head
parent
83cb1e6e29
commit
8715b5233c
|
@ -92,7 +92,7 @@ var FilePanel = React.createClass({
|
|||
render: function() {
|
||||
if (MatrixClientPeg.get().isGuest()) {
|
||||
return <div className="mx_FilePanel mx_RoomView_messageListWrapper">
|
||||
<div className="mx_RoomView_empty">You must register to use this functionality</div>
|
||||
<div className="mx_RoomView_empty">You must <a href="#/register">register</a> to use this functionality</div>
|
||||
</div>;
|
||||
} else if (this.noRoom) {
|
||||
return <div className="mx_FilePanel mx_RoomView_messageListWrapper">
|
||||
|
|
Loading…
Reference in New Issue