Skip to content

Commit 4f7081f

Browse files
Add labs flag for alternate message layouts
1 parent 3e21483 commit 4f7081f

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

config.sample.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"defaultCountryCode": "GB",
2727
"showLabsSettings": false,
2828
"features": {
29+
"feature_alternate_message_layouts": "labs",
2930
"feature_font_scaling": "labs",
3031
"feature_pinning": "labs",
3132
"feature_custom_status": "labs",

docs/labs.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ dropped. Ask in the room if you are unclear about any details here.**
1212
Enables font scaling options for accessibility. To alter the scale check the
1313
appearance tab in settings.
1414

15+
## Alternate message layouts (`feature_alternate_message_layouts`)
16+
17+
Enables options in rooms settings to switch between message layouts such as the default and "irc-like" layouts.
18+
1519
## Message pinning (`feature_pinning`)
1620

1721
Allows you to pin messages in the room. To pin a message, use the 3 dots to the right of the message

riot.im/develop/config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"hosting_signup_link": "https://modular.im/?utm_source=riot-web&utm_medium=web",
1414
"bug_report_endpoint_url": "https://riot.im/bugreports/submit",
1515
"features": {
16+
"feature_alternate_message_layouts": "labs",
1617
"feature_font_scaling": "labs",
1718
"feature_pinning": "labs",
1819
"feature_custom_status": "labs",

0 commit comments

Comments
 (0)