1
0
Fork 0

- prevented connecting to a pleroma instance when running the TUI in gemini exclusive mode.

This commit is contained in:
cage 2023-02-17 18:31:49 +01:00
parent 00a3b45dcd
commit 8cc47e9dc0
1 changed files with 3 additions and 2 deletions

View File

@ -188,8 +188,9 @@ etc.) happened"
(ui:focus-to-message-window))
(ui:focus-to-thread-window))
;; now init the client
(client:init)
(client:authorize)
(when (not *gemini-full-screen-mode*)
(client:init)
(client:authorize))
(when command-line:*module-file*
(handler-case
(modules:load-module command-line:*module-file*)