mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-06 14:05:46 +01:00
if user is in the topic when a new post comes in mark the topic read
This commit is contained in:
@@ -539,7 +539,6 @@ define(['composer'], function(composer) {
|
||||
'posts.favourite'
|
||||
]);
|
||||
|
||||
|
||||
socket.on('get_users_in_room', function(data) {
|
||||
|
||||
if(data && data.room.indexOf('topic') !== -1) {
|
||||
|
||||
Reference in New Issue
Block a user