mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Remove avatar flag
This commit is contained in:
parent
585cfbbaf9
commit
3a7578b7ee
@ -31,8 +31,7 @@
|
|||||||
"feature_custom_status": "labs",
|
"feature_custom_status": "labs",
|
||||||
"feature_custom_tags": "labs",
|
"feature_custom_tags": "labs",
|
||||||
"feature_state_counters": "labs",
|
"feature_state_counters": "labs",
|
||||||
"feature_irc_ui": "labs",
|
"feature_irc_ui": "labs"
|
||||||
"feature_no_timeline_avatars": "labs"
|
|
||||||
},
|
},
|
||||||
"default_federate": true,
|
"default_federate": true,
|
||||||
"default_theme": "light",
|
"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
|
adds an ability for end users to add themes themselves by using a URL to the JSON
|
||||||
theme definition.
|
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`)
|
## IRC message layout (`feature_irc_ui`)
|
||||||
|
|
||||||
Adds an option to change the message layout to an IRC style ` timestamp | avatar
|
Adds an option to change the message layout to an IRC style ` timestamp | avatar
|
||||||
| name | message `
|
| 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_bridge_state": "labs",
|
||||||
"feature_presence_in_room_list": "labs",
|
"feature_presence_in_room_list": "labs",
|
||||||
"feature_custom_themes": "labs",
|
"feature_custom_themes": "labs",
|
||||||
"feature_irc_ui": "labs",
|
"feature_irc_ui": "labs"
|
||||||
"feature_no_timeline_avatars": "labs"
|
|
||||||
},
|
},
|
||||||
"piwik": {
|
"piwik": {
|
||||||
"url": "https://piwik.riot.im/",
|
"url": "https://piwik.riot.im/",
|
||||||
|
Loading…
Reference in New Issue
Block a user