Use ReadonlyArrays in conversation model and redux
This commit is contained in:
parent
ecbf84638d
commit
dec23725e5
55 changed files with 173 additions and 162 deletions
|
@ -57,7 +57,7 @@ export default function updateToSchemaVersion42(
|
|||
}
|
||||
});
|
||||
|
||||
function deleteReactions(rowids: Array<number>) {
|
||||
function deleteReactions(rowids: ReadonlyArray<number>) {
|
||||
db.prepare<ArrayQuery>(
|
||||
`
|
||||
DELETE FROM reactions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue