diff --git a/headless/headless.go b/headless/headless.go index 9c068c1..f3578ef 100644 --- a/headless/headless.go +++ b/headless/headless.go @@ -75,6 +75,7 @@ func Init(conf Config, updates chan fmt.Stringer) error { FullState: true, SetPresence: gmx.Matrix().Client().SyncPresence, Context: context.Background(), + StreamResponse: true, }) if err != nil { return err