1
0
Fork 0

- 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
1 changed files with 3 additions and 2 deletions

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 ()