mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-06 14:05:46 +01:00
added some user friendly warnings to chat
This commit is contained in:
@@ -362,9 +362,6 @@ define(function() {
|
||||
var username = $(this).parents('li.row').attr('data-username');
|
||||
var touid = $(this).parents('li.row').attr('data-uid');
|
||||
|
||||
if (username === app.username || !app.username)
|
||||
return;
|
||||
|
||||
app.openChat(username, touid);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user