mirror of https://codeberg.org/cage/tinmop/
- prevented connecting to a pleroma instance when loading a script in gemini exclusive mode.
This commit is contained in:
parent
81868075b4
commit
00a3b45dcd
|
@ -232,8 +232,9 @@ etc.) happened"
|
||||||
(setf program-events:*process-events-immediately* t)
|
(setf program-events:*process-events-immediately* t)
|
||||||
(shared-init)
|
(shared-init)
|
||||||
(db-utils:with-ready-database (:connect nil)
|
(db-utils:with-ready-database (:connect nil)
|
||||||
(client:init)
|
(when (not *gemini-full-screen-mode*)
|
||||||
(client:authorize)
|
(client:init)
|
||||||
|
(client:authorize))
|
||||||
(load command-line:*script-file* :verbose nil :print nil)))
|
(load command-line:*script-file* :verbose nil :print nil)))
|
||||||
|
|
||||||
(defun rpc-client-load-configuration ()
|
(defun rpc-client-load-configuration ()
|
||||||
|
|
Loading…
Reference in New Issue