prompt: adds ls, help, mark
This commit is contained in:
@@ -104,7 +104,7 @@ func (m *MockHTTPServer) handleMessages(w http.ResponseWriter, r *http.Request)
|
||||
return
|
||||
}
|
||||
|
||||
messages := m.Server.MessagesForConversation(*conversation)
|
||||
messages := m.Server.MessagesForConversation(conversation)
|
||||
|
||||
jsonData, err := json.Marshal(messages)
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user