mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-20 05:13:11 -06:00
nolint on getResponseWithPDUsForCompleteSync
This commit is contained in:
parent
0177ea04c4
commit
2ef53ff726
|
|
@ -570,6 +570,7 @@ func (d *Database) IncrementalSync(
|
|||
|
||||
// getResponseWithPDUsForCompleteSync creates a response and adds all PDUs needed
|
||||
// to it. It returns toPos and joinedRoomIDs for use of adding EDUs.
|
||||
// nolint:nakedret
|
||||
func (d *Database) getResponseWithPDUsForCompleteSync(
|
||||
ctx context.Context, res *types.Response,
|
||||
userID string,
|
||||
|
|
|
|||
Loading…
Reference in a new issue