mirror of
https://github.com/mastodon/mastodon.git
synced 2026-04-20 22:18:17 -05:00
43 lines
1.2 KiB
Markdown
43 lines
1.2 KiB
Markdown
# Experiments
|
|
|
|
Here are some of the current features under development or otherwise not quite ready for release.
|
|
|
|
**Important:** All features here are considered incomplete and are not supported for production servers, and may cause bugs or corruption of data. **Enable these at your own risk!**
|
|
|
|
As these are incomplete features, all bug reports around these flags will be closed without comment unless we specifically note otherwise below.
|
|
|
|
## Server Flags
|
|
|
|
Server-side flags are enabled via the `EXPERIMENTAL_FEATURES` environment variable. Multiple flags are separated by a comma.
|
|
|
|
### FASP
|
|
|
|
Name: `fasp`
|
|
Status: Beta testing
|
|
|
|
### Collections
|
|
|
|
Name: `collections`
|
|
Status: Active development
|
|
|
|
### Collections Federation
|
|
|
|
Name: `collections_federation`
|
|
Status: Active development
|
|
|
|
## Client Flags
|
|
|
|
Client flags are for incomplete features in the web UI, and are enabled by entering `localStorage.experiments = 'xyz'` in the browser developer console. Multiple flags are separated by a comma.
|
|
|
|
### Collections
|
|
|
|
Name: `collections`
|
|
Status: Active development
|
|
|
|
### Profile Redesign
|
|
|
|
Name: `profile_redesign`
|
|
Status: Active development
|
|
|
|
This is a redesign of the web UI for viewing accounts.
|