1
0
mirror of https://codeberg.org/cage/tinmop/ synced 2025-02-14 07:40:38 +01:00

- prevented connecting to a pleroma instance when loading a script in gemini exclusive mode.

This commit is contained in:
cage 2023-02-17 18:16:34 +01:00
parent 81868075b4
commit 00a3b45dcd

View File

@ -232,8 +232,9 @@ etc.) happened"
(setf program-events:*process-events-immediately* t)
(shared-init)
(db-utils:with-ready-database (:connect nil)
(client:init)
(client:authorize)
(when (not *gemini-full-screen-mode*)
(client:init)
(client:authorize))
(load command-line:*script-file* :verbose nil :print nil)))
(defun rpc-client-load-configuration ()