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