fix to archive bug fix
This commit is contained in:
parent
3fa3df215a
commit
d1f8709dc3
@ -1,3 +1,6 @@
|
||||
**ccd0**
|
||||
- Fix an archived-post bug introduced in v1.8.3.
|
||||
|
||||
### v1.8.3
|
||||
*2014-07-01*
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user