mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-05-06 19:36:41 +02:00
wrapping up post history work
This commit is contained in:
@@ -8,6 +8,6 @@ module.exports = function (SocketPosts) {
|
||||
};
|
||||
|
||||
SocketPosts.showPostAt = function (socket, data, callback) {
|
||||
posts.diffs.load(data.pid, data.since, callback);
|
||||
posts.diffs.load(data.pid, data.since, socket.uid, callback);
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user