mirror of
https://github.com/tulir/gomuks.git
synced 2025-04-19 18:13: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,
|
||||
SetPresence: gmx.Matrix().Client().SyncPresence,
|
||||
Context: context.Background(),
|
||||
StreamResponse: true,
|
||||
})
|
||||
if err != nil {
|
||||
return err
|
||||
|
|
Loading…
Add table
Reference in a new issue