Don't send single item delete commands to protocols that support account removal

This commit is contained in:
Michael 2019-02-11 20:30:08 +00:00
parent d6a82c6c2d
commit 6fd8b5f365
2 changed files with 32 additions and 2 deletions

View file

@ -134,7 +134,8 @@ class User
`user`.`spubkey`,
`user`.`page-flags`,
`user`.`account-type`,
`user`.`prvnets`
`user`.`prvnets`,
`user`.`account_removed`
FROM `contact`
INNER JOIN `user`
ON `user`.`uid` = `contact`.`uid`