mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-02 12:05:57 +01:00
woops, okay actually fixing it properly this time
This commit is contained in:
@@ -61,8 +61,8 @@ SocketTopics.increaseViewCount = function(socket, tid) {
|
|||||||
topics.increaseViewCount(tid);
|
topics.increaseViewCount(tid);
|
||||||
}
|
}
|
||||||
|
|
||||||
SocketTopics.markAsRead = function(socket, data) {
|
SocketTopics.markAsRead = function(socket, tid) {
|
||||||
if(!data || !tid) {
|
if(!tid || !socket.uid) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user