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)
|
||||
(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 ()
|
||||
|
|
Loading…
Reference in New Issue