mirror of
https://github.com/element-hq/element-web
synced 2024-11-22 01:05:42 +03:00
Remove avatar flag
This commit is contained in:
parent
585cfbbaf9
commit
3a7578b7ee
3 changed files with 4 additions and 11 deletions
|
@ -31,8 +31,7 @@
|
|||
"feature_custom_status": "labs",
|
||||
"feature_custom_tags": "labs",
|
||||
"feature_state_counters": "labs",
|
||||
"feature_irc_ui": "labs",
|
||||
"feature_no_timeline_avatars": "labs"
|
||||
"feature_irc_ui": "labs"
|
||||
},
|
||||
"default_federate": true,
|
||||
"default_theme": "light",
|
||||
|
|
|
@ -123,15 +123,10 @@ normally these themes need to be defined in the config for Riot. This labs flag
|
|||
adds an ability for end users to add themes themselves by using a URL to the JSON
|
||||
theme definition.
|
||||
|
||||
For some sample themes, check out [aaronraimist/riot-web-themes](https://github.com/aaronraimist/riot-web-themes).
|
||||
|
||||
## IRC message layout (`feature_irc_ui`)
|
||||
|
||||
Adds an option to change the message layout to an IRC style ` timestamp | avatar
|
||||
| name | message `
|
||||
|
||||
## Remove timeline avatars (`feature_no_timeline_avatars`)
|
||||
|
||||
Adds the option to remove the avatars in the message layout. This is intended to
|
||||
be used in conjunction with the irc layout however it available for both
|
||||
layouts.
|
||||
|
||||
For some sample themes, check out [aaronraimist/riot-web-themes](https://github.com/aaronraimist/riot-web-themes).
|
||||
|
|
|
@ -27,8 +27,7 @@
|
|||
"feature_bridge_state": "labs",
|
||||
"feature_presence_in_room_list": "labs",
|
||||
"feature_custom_themes": "labs",
|
||||
"feature_irc_ui": "labs",
|
||||
"feature_no_timeline_avatars": "labs"
|
||||
"feature_irc_ui": "labs"
|
||||
},
|
||||
"piwik": {
|
||||
"url": "https://piwik.riot.im/",
|
||||
|
|
Loading…
Reference in a new issue