mirror of
https://github.com/hoernschen/dendrite.git
synced 2024-12-26 15:08:28 +00:00
Remove unnecessary parameter from SQLite
This commit is contained in:
parent
81ad3ef5f6
commit
858206344e
1 changed files with 0 additions and 1 deletions
|
@ -303,7 +303,6 @@ func (s *outputRoomEventsStatements) InsertEvent(
|
||||||
txnID,
|
txnID,
|
||||||
excludeFromSync,
|
excludeFromSync,
|
||||||
excludeFromSync,
|
excludeFromSync,
|
||||||
excludeFromSync,
|
|
||||||
)
|
)
|
||||||
return streamPos, err
|
return streamPos, err
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue