From faf5b2009ddd996aead6f8563dcbe4cd53ae8790 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20FAMIBELLE-PRONZOLA?= Date: Sun, 20 Jul 2025 12:49:20 +0400 Subject: [PATCH] fix: change MASTODON_INSTANCE_URL default value --- includes/config.default.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/config.default.php b/includes/config.default.php index 6571b72..2b8cdc8 100644 --- a/includes/config.default.php +++ b/includes/config.default.php @@ -41,7 +41,7 @@ if (!defined('PRIORITY_CATEGORIES')) { // ========================================= // Configuration Mastodon // ========================================= -if (!defined('MASTODON_INSTANCE_URL')) define('MASTODON_INSTANCE_URL', 'https://mamot.fr'); +if (!defined('MASTODON_INSTANCE_URL')) define('MASTODON_INSTANCE_URL', 'https://koze.kaubuntu.re'); if (!defined('MASTODON_DATE_FORMAT')) define('MASTODON_DATE_FORMAT', 'fr-FR'); if (!defined('MASTODON_BTN_SEE_MORE')) define('MASTODON_BTN_SEE_MORE', 'Voir plus de post'); if (!defined('MASTODON_BTN_RELOAD')) define('MASTODON_BTN_RELOAD', 'Rafraichir');