Modified manner in which isYou accesses board and thread ID to fix issue with post objects not containing board and thread members on an index
This commit is contained in:
parent
ed67b3e968
commit
5c73d03915
@ -33,8 +33,8 @@ QuoteYou =
|
|||||||
|
|
||||||
isYou: (post) ->
|
isYou: (post) ->
|
||||||
!!QuoteYou.db?.get {
|
!!QuoteYou.db?.get {
|
||||||
boardID: post.board.ID
|
boardID: post.boardID
|
||||||
threadID: post.thread.ID
|
threadID: post.threadID
|
||||||
postID: post.ID
|
postID: post.ID
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user