reduce data sent by QRPostSuccessful event
This commit is contained in:
parent
17ab7f5f36
commit
3c71e2f726
@ -92,7 +92,7 @@ ThreadWatcher =
|
||||
if Conf['Auto Watch']
|
||||
$.set 'AutoWatch', threadID
|
||||
else if Conf['Auto Watch Reply']
|
||||
ThreadWatcher.add board.threads[threadID]
|
||||
ThreadWatcher.add g.boards[board.ID].threads[threadID]
|
||||
onIndexRefresh: ->
|
||||
{db} = ThreadWatcher
|
||||
boardID = g.BOARD.ID
|
||||
|
||||
@ -793,7 +793,7 @@ QR =
|
||||
|
||||
# Post/upload confirmed as successful.
|
||||
$.event 'QRPostSuccessful', {
|
||||
board: g.BOARD
|
||||
board: {ID: g.BOARD.ID}
|
||||
threadID
|
||||
postID
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user