fix to archive bug fix

This commit is contained in:
ccd0 2014-07-02 18:16:33 -07:00
parent 3fa3df215a
commit d1f8709dc3
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
**ccd0**
- Fix an archived-post bug introduced in v1.8.3.
### v1.8.3
*2014-07-01*

View File

@ -217,7 +217,7 @@ Get =
thread = g.threads["#{boardID}.#{threadID}"] or
new Thread threadID, board
post = new Post Build.post(o), thread, board, {isArchived: true}
post.file.thumbURL = o.file.turl
post.file.thumbURL = o.file.turl if post.file
post.isFetchedQuote = true
Main.callbackNodes Post, [post]
Get.insert post, root, context