Update for 4chan /vg/ change.
This commit is contained in:
parent
455feabfac
commit
f96810f70c
@ -714,7 +714,7 @@ Index =
|
|||||||
else
|
else
|
||||||
thread = new Thread ID, g.BOARD
|
thread = new Thread ID, g.BOARD
|
||||||
newThreads.push thread
|
newThreads.push thread
|
||||||
lastPost = if threadData.last_replies then threadData.last_replies[threadData.last_replies.length - 1].no else ID
|
lastPost = if threadData.last_replies and threadData.last_replies.length then threadData.last_replies[threadData.last_replies.length - 1].no else ID
|
||||||
thread.lastPost = lastPost if lastPost > thread.lastPost
|
thread.lastPost = lastPost if lastPost > thread.lastPost
|
||||||
thread.json = threadData
|
thread.json = threadData
|
||||||
threads.push thread
|
threads.push thread
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user