mirror of
https://github.com/hoernschen/dendrite.git
synced 2025-04-05 19:43:40 +00:00
Update comment
This commit is contained in:
parent
4e4cdf6fb7
commit
8bd2dbdb56
1 changed files with 4 additions and 4 deletions
|
@ -216,10 +216,10 @@ func (d *SyncServerDatabase) syncStreamPositionTx(
|
||||||
}
|
}
|
||||||
|
|
||||||
// IncrementalSync returns all the data needed in order to create an incremental
|
// IncrementalSync returns all the data needed in order to create an incremental
|
||||||
// sync response for the given device. If the device has a deviceID events
|
// sync response for tshe given user. Events returned will include any client
|
||||||
// returned will include any client transaction IDs associated with the device.
|
// transaction IDs associated with the given device. These transaction IDs come
|
||||||
// These transaction IDs come from when the device sent the event via an API
|
// from when the device sent the event via an API that included a transaction
|
||||||
// that included a transaction ID.
|
// ID.
|
||||||
func (d *SyncServerDatabase) IncrementalSync(
|
func (d *SyncServerDatabase) IncrementalSync(
|
||||||
ctx context.Context,
|
ctx context.Context,
|
||||||
device *authtypes.Device,
|
device *authtypes.Device,
|
||||||
|
|
Loading…
Reference in a new issue