Skip to content
This repository has been archived by the owner on Oct 3, 2022. It is now read-only.

Commit

Permalink
Fix moderation spoiler live update
Browse files Browse the repository at this point in the history
  • Loading branch information
bakape committed Oct 3, 2015
1 parent 7cb304c commit c2589fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
const DEF = {
// Pub/Sub
INVALID: 0,
BACKLINK: 1,
INSERT_POST: 2,
UPDATE_POST: 3,
FINISH_POST: 4,
INSERT_IMAGE: 6,
BACKLINK: 7,

// Pub/sub moderation
SPOILER_IMAGES: 7,
Expand Down

0 comments on commit c2589fd

Please sign in to comment.