Fixed bug so now your name is highlighted and displayed to you in the participants window.
This commit is contained in:
parent
6d7c3bd72a
commit
9ede339463
@ -44,7 +44,7 @@
|
||||
|
||||
<template name="usernameEntry">
|
||||
<td class="userNameContainer">
|
||||
{{#if isCurrentUser userId}}
|
||||
{{#if isCurrentUser _id}}
|
||||
<p class="userNameEntry" rel="tooltip" data-placement="bottom" title="{{user.name}} (you)">
|
||||
<strong>{{user.name}} (you)</strong>
|
||||
</p>
|
||||
|
Loading…
Reference in New Issue
Block a user