fix(core): database feed entries

Signed-off-by: rhunk <101876869+rhunk@users.noreply.github.com>
This commit is contained in:
rhunk
2025-08-26 11:35:45 +02:00
parent 7880b024ea
commit bf5d92a2c4

View File

@@ -299,7 +299,7 @@ class DatabaseAccess(
}
entries
}
}?.takeIf { it.isNotEmpty() } ?: useDatabase(DatabaseType.MAIN)?.performOperation {
} ?: useDatabase(DatabaseType.MAIN)?.performOperation {
safeRawQuery(
"SELECT * FROM FriendsFeedView ORDER BY _id LIMIT ?",
arrayOf(limit.toString())