Visiblity is now frequency

This commit is contained in:
Michael 2023-09-16 04:20:38 +00:00
parent 14ae901ba1
commit aa6eb7fcf1
7 changed files with 41 additions and 37 deletions

View file

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