Fix unexpanding posts leaving more posts that it should on certain boards. #968
This commit is contained in:
parent
f8f9626a7e
commit
9fe9dbe3e0
@ -3494,7 +3494,7 @@ ExpandThread =
|
|||||||
#goddamit moot
|
#goddamit moot
|
||||||
num = if thread.isSticky
|
num = if thread.isSticky
|
||||||
1
|
1
|
||||||
else switch g.BOARD
|
else switch g.BOARD.ID
|
||||||
# XXX boards config
|
# XXX boards config
|
||||||
when 'b', 'vg', 'q' then 3
|
when 'b', 'vg', 'q' then 3
|
||||||
when 't' then 1
|
when 't' then 1
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user