mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-10 16:05:49 +01:00
anons cant chat
This commit is contained in:
@@ -407,7 +407,7 @@ var socket,
|
||||
return;
|
||||
}
|
||||
|
||||
if (!app.username) {
|
||||
if (!app.uid) {
|
||||
app.alert({
|
||||
type: 'danger',
|
||||
title: 'Not Logged In',
|
||||
|
||||
Reference in New Issue
Block a user