diff --git a/app/sql.js b/app/sql.js index 69ac92755..b64c4feac 100644 --- a/app/sql.js +++ b/app/sql.js @@ -1282,7 +1282,6 @@ async function getAllConversations() { } async function getPubKeysWithFriendStatus(status) { - // TODO: Maybe don't have this hardcoded to 4 (friends status in the enum) const rows = await db.all( `SELECT id FROM conversations WHERE friendRequestStatus = $status