Skip to content

Commit 3a7578b

Browse files
Remove avatar flag
1 parent 585cfbb commit 3a7578b

3 files changed

Lines changed: 4 additions & 11 deletions

File tree

config.sample.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@
3131
"feature_custom_status": "labs",
3232
"feature_custom_tags": "labs",
3333
"feature_state_counters": "labs",
34-
"feature_irc_ui": "labs",
35-
"feature_no_timeline_avatars": "labs"
34+
"feature_irc_ui": "labs"
3635
},
3736
"default_federate": true,
3837
"default_theme": "light",

docs/labs.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -123,15 +123,10 @@ normally these themes need to be defined in the config for Riot. This labs flag
123123
adds an ability for end users to add themes themselves by using a URL to the JSON
124124
theme definition.
125125

126+
For some sample themes, check out [aaronraimist/riot-web-themes](https://github.com/aaronraimist/riot-web-themes).
127+
126128
## IRC message layout (`feature_irc_ui`)
127129

128130
Adds an option to change the message layout to an IRC style ` timestamp | avatar
129131
| name | message `
130132

131-
## Remove timeline avatars (`feature_no_timeline_avatars`)
132-
133-
Adds the option to remove the avatars in the message layout. This is intended to
134-
be used in conjunction with the irc layout however it available for both
135-
layouts.
136-
137-
For some sample themes, check out [aaronraimist/riot-web-themes](https://github.com/aaronraimist/riot-web-themes).

riot.im/develop/config.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@
2727
"feature_bridge_state": "labs",
2828
"feature_presence_in_room_list": "labs",
2929
"feature_custom_themes": "labs",
30-
"feature_irc_ui": "labs",
31-
"feature_no_timeline_avatars": "labs"
30+
"feature_irc_ui": "labs"
3231
},
3332
"piwik": {
3433
"url": "https://piwik.riot.im/",

0 commit comments

Comments
 (0)