mirror of
https://github.com/tulir/gomuks.git
synced 2025-04-20 10:33:41 -05:00
Disable stream response in headless sync
This commit is contained in:
parent
190eb0cdba
commit
fe0bdb225b
1 changed files with 0 additions and 1 deletions
|
@ -75,7 +75,6 @@ func Init(conf Config, updates chan fmt.Stringer) error {
|
||||||
FullState: true,
|
FullState: true,
|
||||||
SetPresence: gmx.Matrix().Client().SyncPresence,
|
SetPresence: gmx.Matrix().Client().SyncPresence,
|
||||||
Context: context.Background(),
|
Context: context.Background(),
|
||||||
StreamResponse: true,
|
|
||||||
})
|
})
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return err
|
return err
|
||||||
|
|
Loading…
Add table
Reference in a new issue