make linkify userid jump to memberinfo
This commit is contained in:
parent
8e1ab8e6b4
commit
6e3245a3b0
2 changed files with 13 additions and 0 deletions
|
@ -383,6 +383,9 @@ module.exports = React.createClass({
|
|||
</div>
|
||||
}
|
||||
|
||||
// TODO: we should have an invite button if this MemberInfo is showing a user who isn't actually in the current room yet
|
||||
// e.g. clicking on a linkified userid in a room
|
||||
|
||||
var adminTools;
|
||||
if (kickButton || banButton || muteButton || giveModButton) {
|
||||
adminTools =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue