mirror of
https://github.com/InsanusMokrassar/PlaguPoster.git
synced 2026-05-18 04:07:18 +00:00
update dependencies and fix build
This commit is contained in:
@@ -132,7 +132,7 @@ class ExposedPostsRepo(
|
||||
}.associateBy { it.id }
|
||||
val existsIds = posts.keys.toList()
|
||||
transaction(db = database) {
|
||||
val deleted = deleteWhere(null, null) {
|
||||
val deleted = deleteWhere {
|
||||
selectByIds(it, existsIds)
|
||||
}
|
||||
with(contentRepo) {
|
||||
|
||||
Reference in New Issue
Block a user