Revert "Disable stream response in headless sync"

This reverts commit fe0bdb225b.
This commit is contained in:
FIGBERT 2023-09-17 20:22:33 -07:00
parent fe0bdb225b
commit c3920a41b6
No known key found for this signature in database
GPG key ID: 67F1598D607A844B

View file

@ -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