ayn2op 1 anno fa
parent
commit
4164ee3f0c
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      cmd/message_input.go

+ 1 - 0
cmd/message_input.go

@@ -26,6 +26,7 @@ type MessageInput struct {
 func newMessageInput(app *tview.Application, cfg *config.Config) *MessageInput {
 	mi := &MessageInput{
 		TextArea: tview.NewTextArea(),
+		cfg:      cfg,
 		app:      app,
 	}