diff --git a/setup.sql b/setup.sql index 8cb93ba..b140e23 100644 --- a/setup.sql +++ b/setup.sql @@ -26,7 +26,7 @@ CREATE TABLE IF NOT EXISTS `bots` ( `post_frequency` SMALLINT UNSIGNED DEFAULT 30, `content_warning` VARCHAR(128), `length` SMALLINT UNSIGNED DEFAULT 500, - `fake_mentions` ENUM('always', 'start', 'never') DEFAULT 'start', + `fake_mentions` ENUM('always', 'middle', 'never') DEFAULT 'middle', `fake_mentions_full` BOOLEAN DEFAULT 0, `post_privacy` ENUM('public', 'unlisted', 'followers_only') DEFAULT 'unlisted', `learn_from_cw` BOOLEAN DEFAULT 0, diff --git a/templates/bot_edit.html b/templates/bot_edit.html index 4a4fbec..84a3357 100644 --- a/templates/bot_edit.html +++ b/templates/bot_edit.html @@ -33,8 +33,8 @@