mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-12-21 07:50:37 +01:00
closes #2539
This commit is contained in:
@@ -59,7 +59,7 @@ define('forum/topic', [
|
||||
|
||||
$(window).trigger('action:topic.loaded');
|
||||
|
||||
if (app.uid) {
|
||||
if (app.user.uid) {
|
||||
socket.emit('topics.enter', tid, function(err, data) {
|
||||
if (err) {
|
||||
return app.alertError(err.message);
|
||||
|
||||
Reference in New Issue
Block a user