mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-06 14:05:46 +01:00
closes #809
This commit is contained in:
@@ -537,7 +537,8 @@ define(['composer'], function(composer) {
|
||||
|
||||
|
||||
socket.on('get_users_in_room', function(data) {
|
||||
if(data) {
|
||||
|
||||
if(data && data.room.indexOf('topic') !== -1) {
|
||||
var activeEl = $('.thread_active_users');
|
||||
|
||||
function createUserIcon(uid, picture, userslug, username) {
|
||||
|
||||
Reference in New Issue
Block a user