fix bug in quote threading
This commit is contained in:
parent
512abfb205
commit
6fb54490c2
@ -97,7 +97,7 @@ QuoteThreading =
|
|||||||
if post = posts[post.ID]
|
if post = posts[post.ID]
|
||||||
posts.after post, posts[@ID]
|
posts.after post, posts[@ID]
|
||||||
|
|
||||||
else
|
else if posts[@ID]
|
||||||
posts.prepend posts[@ID]
|
posts.prepend posts[@ID]
|
||||||
|
|
||||||
return true
|
return true
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user