Fix post number filtering (#491) on JSON data.
This commit is contained in:
parent
ad9027bd46
commit
fff4f6999f
@ -127,7 +127,7 @@ Filter =
|
||||
return true if result.hide
|
||||
false
|
||||
|
||||
postID: (post) -> post.ID
|
||||
postID: (post) -> post.ID ? post.postID
|
||||
name: (post) -> post.info.name
|
||||
uniqueID: (post) -> post.info.uniqueID
|
||||
tripcode: (post) -> post.info.tripcode
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user