mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-07 22:45:46 +01:00
upgraded categories to sorted set, score is the order set from acp, check if category topic exists before posting
This commit is contained in:
@@ -736,7 +736,7 @@ define(['taskbar'], function(taskbar) {
|
||||
}, done);
|
||||
} else if (parseInt(postData.tid, 10) > 0) {
|
||||
socket.emit('posts.reply', {
|
||||
topic_id: postData.tid,
|
||||
tid: postData.tid,
|
||||
content: bodyEl.val(),
|
||||
toPid: postData.toPid
|
||||
}, done);
|
||||
|
||||
Reference in New Issue
Block a user