mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-12 02:58:20 +08:00
fix(deltas): Remove extra params passed to streaming endpoint
This commit is contained in:
parent
6cfbb80403
commit
e3b4fc859e
2 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ class DeltaStreamingConnection extends NylasLongConnection {
|
|||
}
|
||||
|
||||
deltaStreamingPath(cursor = 0) {
|
||||
return `/delta/streaming?cursor=${cursor}&exclude_folders=false&exclude_metadata=false&exclude_account=false`
|
||||
return `/delta/streaming?cursor=${cursor}`
|
||||
}
|
||||
|
||||
hasCursor() {
|
||||
|
|
2
src/K2
2
src/K2
|
@ -1 +1 @@
|
|||
Subproject commit 371820ed2ed841dca11694c38c24dcbdaf1c5faa
|
||||
Subproject commit 21ed199247f71aa9a78faaca7beeceb8691cabd1
|
Loading…
Reference in a new issue