fix(core): database feed entries
Signed-off-by: rhunk <101876869+rhunk@users.noreply.github.com>
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user