At the moment, important actions and votes (such as promotions and vetoes), are restricted in such a way that it is harder to only prevent some actions and not others. The is_unpromotable() function should probably return a list of unacceptable actions, instead of a blanket True (at the moment, it's the reason for the ban).
At the moment, important actions and votes (such as promotions and vetoes), are restricted in such a way that it is harder to only prevent some actions and not others. The
is_unpromotable()
function should probably return a list of unacceptable actions, instead of a blanketTrue
(at the moment, it's the reason for the ban).