From f3e94fb27155057c77a35a5b0ef936192cf29383 Mon Sep 17 00:00:00 2001 From: mystie Date: Fri, 28 Mar 2025 19:59:41 +0300 Subject: [PATCH] add bluesky crosspost to example config --- config.example.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config.example.json b/config.example.json index 7966137..88b4dec 100644 --- a/config.example.json +++ b/config.example.json @@ -68,6 +68,11 @@ "token": "", "visibility": "public", "cw": "" + }, + "bluesky": { + "enabled": false, + "handle": "", + "appPassword": "" } }, "themeStoreUrl": "https://themes.catask.mystie.dev",