Quotelink bug. #172
This commit is contained in:
parent
d937b31901
commit
e3cc7bd7a4
@ -41,7 +41,7 @@ Get =
|
|||||||
# Get quotelinks & backlinks linking to the given post.
|
# Get quotelinks & backlinks linking to the given post.
|
||||||
quotelinks = []
|
quotelinks = []
|
||||||
{posts} = g
|
{posts} = g
|
||||||
fullID = {post}
|
{fullID} = post
|
||||||
handleQuotes = (qPost, type) ->
|
handleQuotes = (qPost, type) ->
|
||||||
quotelinks.push qPost.nodes[type]...
|
quotelinks.push qPost.nodes[type]...
|
||||||
quotelinks.push clone.nodes[type]... for clone in qPost.clones
|
quotelinks.push clone.nodes[type]... for clone in qPost.clones
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user