mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-28 01:26:16 +01:00
fix: check if unread_tids are followed
This commit is contained in:
@@ -410,6 +410,9 @@ SELECT 1
|
||||
return;
|
||||
}
|
||||
|
||||
if (!values.length) {
|
||||
return [];
|
||||
}
|
||||
values = values.map(helpers.valueToString);
|
||||
|
||||
const res = await module.pool.query({
|
||||
|
||||
Reference in New Issue
Block a user