mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-12 17:05:51 +01:00
closes #1679
This commit is contained in:
@@ -151,7 +151,7 @@ define('composer', ['taskbar', 'composer/controls', 'composer/uploads', 'compose
|
||||
title: threadData.title,
|
||||
body: threadData.body,
|
||||
modified: false,
|
||||
isMain: !threadData.index,
|
||||
isMain: threadData.isMain,
|
||||
topic_thumb: threadData.topic_thumb,
|
||||
tags: threadData.tags
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user