Image replies limits are apparently fixed.
This commit is contained in:
parent
40a51b8892
commit
a92f4261a5
@ -4370,11 +4370,11 @@
|
|||||||
case 'v':
|
case 'v':
|
||||||
case 'co':
|
case 'co':
|
||||||
case 'mlp':
|
case 'mlp':
|
||||||
return 251;
|
return 250;
|
||||||
case 'vg':
|
case 'vg':
|
||||||
return 376;
|
return 370;
|
||||||
default:
|
default:
|
||||||
return 151;
|
return 150;
|
||||||
}
|
}
|
||||||
})();
|
})();
|
||||||
return Main.callbacks.push(this.node);
|
return Main.callbacks.push(this.node);
|
||||||
|
|||||||
@ -3467,11 +3467,11 @@ ThreadStats =
|
|||||||
@imgLimit =
|
@imgLimit =
|
||||||
switch g.BOARD
|
switch g.BOARD
|
||||||
when 'a', 'b', 'v', 'co', 'mlp'
|
when 'a', 'b', 'v', 'co', 'mlp'
|
||||||
251
|
250
|
||||||
when 'vg'
|
when 'vg'
|
||||||
376
|
370
|
||||||
else
|
else
|
||||||
151
|
150
|
||||||
Main.callbacks.push @node
|
Main.callbacks.push @node
|
||||||
node: (post) ->
|
node: (post) ->
|
||||||
return if post.isInlined
|
return if post.isInlined
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user