mirror of
https://github.com/friendica/friendica
synced 2025-04-25 02:30:11 +00:00
Visiblity is now frequency
This commit is contained in:
parent
14ae901ba1
commit
aa6eb7fcf1
7 changed files with 41 additions and 37 deletions
|
@ -16,7 +16,7 @@ Fields
|
|||
| collapsed | Posts from this contact are collapsed | boolean | YES | | NULL | |
|
||||
| hidden | This contact is hidden from the others | boolean | YES | | NULL | |
|
||||
| is-blocked | User is blocked by this contact | boolean | YES | | NULL | |
|
||||
| channel-visibility | Controls the visibility in channels | tinyint unsigned | YES | | NULL | |
|
||||
| channel-frequency | Controls the frequency of the appearance of this contact in channels | tinyint unsigned | YES | | NULL | |
|
||||
| pending | | boolean | YES | | NULL | |
|
||||
| rel | The kind of the relation between the user and the contact | tinyint unsigned | YES | | NULL | |
|
||||
| info | | mediumtext | YES | | NULL | |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue