From 94cbdcabd3162b98cbb60f8d3d0e2af9b8f36026 Mon Sep 17 00:00:00 2001 From: David Haukeness Date: Thu, 26 Mar 2020 21:40:15 +0000 Subject: [PATCH] implemented simple return --- commands.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands.go b/commands.go index c7b49fa..988cd4f 100644 --- a/commands.go +++ b/commands.go @@ -10,7 +10,7 @@ import ( func (b *bot) setupMeeting(convid chat1.ConvIDStr, sender string, args []string, membersType string) { b.debug("command recieved in conversation %s", convid) - meeting, err := newJitsiMeeting() + meeting, err := newJitsiMeetingSimple() if err != nil { log.Println(err) message := fmt.Sprintf("@%s - I'm sorry, i'm not sure what happened... I was unable to set up a new meeting.\nI've written the appropriate logs and notified my humans.", sender)