Skip to content

Commit

Permalink
fix: new sublevel names to force mod index regen
Browse files Browse the repository at this point in the history
This is a workaround until kappa views have a way to notify view
implementations that the view is initialzied (clearIndex finished, if it
needed to be called).
  • Loading branch information
hackergrrl committed Jun 5, 2020
1 parent 3b6eaeb commit 4f35ed1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ var MEMBERSHIPS = 'j' // j for joined memberships..? :3
var MESSAGES = 'm'
var TOPICS = 't'
var USERS = 'u'
var MODERATION_AUTH = 'x'
var MODERATION_INFO = 'y'
var MODERATION_AUTH = 'mx'
var MODERATION_INFO = 'my'

module.exports = Cabal
module.exports.databaseVersion = DATABASE_VERSION
Expand Down

0 comments on commit 4f35ed1

Please sign in to comment.