Add labs flag for alternate message layouts

pull/13350/head
Jorik Schellekens 2020-04-23 19:12:10 +01:00
parent 3e21483b82
commit 4f7081fc2b
3 changed files with 6 additions and 0 deletions

View File

@ -26,6 +26,7 @@
"defaultCountryCode": "GB",
"showLabsSettings": false,
"features": {
"feature_alternate_message_layouts": "labs",
"feature_font_scaling": "labs",
"feature_pinning": "labs",
"feature_custom_status": "labs",

View File

@ -12,6 +12,10 @@ dropped. Ask in the room if you are unclear about any details here.**
Enables font scaling options for accessibility. To alter the scale check the
appearance tab in settings.
## Alternate message layouts (`feature_alternate_message_layouts`)
Enables options in rooms settings to switch between message layouts such as the default and "irc-like" layouts.
## Message pinning (`feature_pinning`)
Allows you to pin messages in the room. To pin a message, use the 3 dots to the right of the message

View File

@ -13,6 +13,7 @@
"hosting_signup_link": "https://modular.im/?utm_source=riot-web&utm_medium=web",
"bug_report_endpoint_url": "https://riot.im/bugreports/submit",
"features": {
"feature_alternate_message_layouts": "labs",
"feature_font_scaling": "labs",
"feature_pinning": "labs",
"feature_custom_status": "labs",