Skip to content

Commit

Permalink
Disable stream response in headless sync
Browse files Browse the repository at this point in the history
  • Loading branch information
FIGBERT committed Sep 18, 2023
1 parent 190eb0c commit fe0bdb2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion headless/headless.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ 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
Expand Down

0 comments on commit fe0bdb2

Please sign in to comment.