knowii-oss / knowii

https://knowii.net
GNU Affero General Public License v3.0
7 stars 1 forks source link

Add social media links to users #836

Open dsebastien opened 1 day ago

dsebastien commented 1 day ago

Goal: let users add links to their various social media platform accounts

dsebastien commented 3 hours ago

Added the following columns to users:

The public_profile_fields will be used to store a JSON object listing all the links to include in the public user profile:

{
  "enabled": {
    "name": true,
    "username": true,
    "x": true,
    "website": true,
    ...
  }
}