Skip to content

Commit

Permalink
feat: update allCategories to pull new property disable_signature
Browse files Browse the repository at this point in the history
  • Loading branch information
akinsey committed Jun 19, 2020
1 parent 62dcfba commit 4ae8d11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/ept-boards/db/allCategories.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ module.exports = function(userPriority, opts) {
b.postable_by,
b.right_to_left,
(b.meta ->> 'disable_post_edit') as disable_post_edit,
(b.meta ->> 'disable_signature') as disable_signature,
b.thread_count,
b.post_count,
b.created_at,
Expand Down

0 comments on commit 4ae8d11

Please sign in to comment.