X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=doc%2Fdatabase%2Fdb_apcontact.md;h=578df57bfdaddfb5057375facf69410ea1dfdcfb;hb=a145712f042f54c1e4ce657be1ab8c649ea2f6f8;hp=ee95d994f9b018407053334837a85ae5b55f169f;hpb=b85564609745d84c823a07a2c58d9d9fb78e6723;p=friendica.git diff --git a/doc/database/db_apcontact.md b/doc/database/db_apcontact.md index ee95d994f9..578df57bfd 100644 --- a/doc/database/db_apcontact.md +++ b/doc/database/db_apcontact.md @@ -17,8 +17,11 @@ Fields | inbox | | varchar(255) | NO | | NULL | | | outbox | | varchar(255) | YES | | NULL | | | sharedinbox | | varchar(255) | YES | | NULL | | +| featured | Address for the collection of featured posts | varchar(255) | YES | | NULL | | +| featured-tags | Address for the collection of featured tags | varchar(255) | YES | | NULL | | | manually-approve | | boolean | YES | | NULL | | | discoverable | Mastodon extension: true if profile is published in their directory | boolean | YES | | NULL | | +| suspended | Mastodon extension: true if profile is suspended | boolean | YES | | NULL | | | nick | | varchar(255) | NO | | | | | name | | varchar(255) | YES | | NULL | | | about | | text | YES | | NULL | |