Stale comment from review

This commit is contained in:
Beaudan 2019-01-30 15:30:45 +11:00
parent 4207d2d26b
commit 80fa4f866e

View file

@ -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