mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-25 10:58:19 +01:00
Merge branch 'hiqua-no_lower_limit_query' into next-beta
This commit is contained in:
@@ -3438,7 +3438,7 @@ async function getUnprocessedCount(): Promise<number> {
|
||||
const row = db.prepare<EmptyQuery>('SELECT count(*) from unprocessed;').get();
|
||||
|
||||
if (!row) {
|
||||
throw new Error('getMessageCount: Unable to get count of unprocessed');
|
||||
throw new Error('getUnprocessedCount: Unable to get count of unprocessed');
|
||||
}
|
||||
|
||||
return row['count(*)'];
|
||||
|
||||
Reference in New Issue
Block a user