mirror of
https://github.com/hoernschen/dendrite.git
synced 2025-08-01 22:02:46 +00:00
Clean up
This commit is contained in:
parent
a1091fcfaa
commit
33f8d0e278
2 changed files with 10 additions and 9 deletions
|
@ -41,7 +41,7 @@ func newSyncRequest(req *http.Request, device userapi.Device, syncDB storage.Dat
|
|||
var err error
|
||||
since, err = types.NewStreamTokenFromString(sinceStr)
|
||||
if err != nil {
|
||||
return nil, fmt.Errorf("types.NewStreamTokenFromString: %w", err)
|
||||
return nil, err
|
||||
}
|
||||
}
|
||||
// TODO: read from stored filters too
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue