mirror of
https://github.com/tulir/gomuks.git
synced 2025-04-20 10:33:41 -05:00
Revert "Disable stream response in headless sync"
This reverts commit fe0bdb225b
.
This commit is contained in:
parent
fe0bdb225b
commit
c3920a41b6
1 changed files with 1 additions and 0 deletions
|
@ -75,6 +75,7 @@ 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