Warn when demoting self via /op and /deop slash commands (#11214)
* Warn when demoting self via /op and /deop slash commands * Iterate and DRY * i18n * Improve coverage * Improve coverage * Improve coverage * Iterate
This commit is contained in:
committed by
GitHub
parent
b6c7fe4235
commit
a8f632ae19
@@ -513,7 +513,7 @@ export const UserOptionsSection: React.FC<{
|
||||
);
|
||||
};
|
||||
|
||||
const warnSelfDemote = async (isSpace: boolean): Promise<boolean> => {
|
||||
export const warnSelfDemote = async (isSpace: boolean): Promise<boolean> => {
|
||||
const { finished } = Modal.createDialog(QuestionDialog, {
|
||||
title: _t("Demote yourself?"),
|
||||
description: (
|
||||
|
||||
Reference in New Issue
Block a user