mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-01 03:26:04 +01:00
cleaning up readme file and fixing bugs in editing of posts ("asdf" anyone?)
This commit is contained in:
@@ -13,7 +13,6 @@ marked.setOptions({
|
||||
});
|
||||
|
||||
(function(Posts) {
|
||||
|
||||
Posts.getPostsByTid = function(tid, current_user, start, end, callback) {
|
||||
RDB.lrange('tid:' + tid + ':posts', start, end, function(err, pids) {
|
||||
RDB.handle(err);
|
||||
|
||||
Reference in New Issue
Block a user