mirror of
https://github.com/friendica/friendica
synced 2025-04-27 01:10:14 +00:00
Merge pull request #9664 from annando/delete-contacts
Delete removed contacts
This commit is contained in:
commit
1414d43597
7 changed files with 58 additions and 14 deletions
|
@ -97,6 +97,7 @@ class User
|
|||
const ACCOUNT_TYPE_NEWS = 2;
|
||||
const ACCOUNT_TYPE_COMMUNITY = 3;
|
||||
const ACCOUNT_TYPE_RELAY = 4;
|
||||
const ACCOUNT_TYPE_DELETED = 127;
|
||||
/**
|
||||
* @}
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue