cabal-club / cabal-core

Core database and replication for cabal.
GNU Affero General Public License v3.0
303 stars 43 forks source link

use admin for admins, instead of mod #86

Closed cblgh closed 4 years ago

cblgh commented 4 years ago

we were mistakenly setting the administrator role using the passed in moderator key, this PR fixes that

in a future PR we should also set all of the passed in admin & mod keys, but it's 22:11 atm and i don't trust myself to implement new stuff that late :^)

hackergrrl commented 4 years ago

@cblgh if you git rebase origin/master onto your branch, it should pick up the new Travis config and you can make sure everything is still passing.