|
|
|
@ -13,7 +13,6 @@ import (
@@ -13,7 +13,6 @@ import (
|
|
|
|
|
tea "github.com/charmbracelet/bubbletea" |
|
|
|
|
"github.com/charmbracelet/lipgloss" |
|
|
|
|
"github.com/mattn/go-isatty" |
|
|
|
|
"github.com/muesli/reflow/indent" |
|
|
|
|
|
|
|
|
|
"samhofi.us/x/keybase/v2" |
|
|
|
|
"samhofi.us/x/keybase/v2/types/chat1" |
|
|
|
@ -193,5 +192,5 @@ func (m model) View() string {
@@ -193,5 +192,5 @@ func (m model) View() string {
|
|
|
|
|
s += "\n" |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
return indent.String(s, 1) |
|
|
|
|
return s |
|
|
|
|
} |
|
|
|
|