Skip to content

Resolve [239] admin only vouching

Mari requested to merge 239-vouch-modes into master

Closes #239 (closed)

context

a user came to us and said "what if I only want admins to be able to invite people to the channel?"

and thus....admin only vouching was born....

behavior

it's complicated. laid out in #239 (closed).

changes

  • creates a new vouching column in the database (which should possibly be renamed to vouchMode)
  • backfills the new vouching column with the old vouchingOn boolean values
  • creates a new VOUCHING ADMIN command and vouchModes constant
  • pulls command behavior out of execute#toggles method and into its own
  • creates translations for VOUCHING ADMIN command and subsequent notifications
Edited by Mari

Merge request reports

Loading