mirror of
https://github.com/friendica/friendica
synced 2025-04-25 15:50:10 +00:00
Don't send single item delete commands to protocols that support account removal
This commit is contained in:
parent
d6a82c6c2d
commit
6fd8b5f365
2 changed files with 32 additions and 2 deletions
|
@ -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`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue