mirror of
https://github.com/ArcticFoxes-net/Synapse-Ubuntu-ZFS
synced 2025-01-20 21:11:43 -05:00
Forcibly disable unmaintained sliding sync in Element Web
Signed-off-by: wj25czxj47bu6q <96372288+wj25czxj47bu6q@users.noreply.github.com>
This commit is contained in:
parent
e6606b9bb7
commit
badff8d0c0
@ -39,7 +39,8 @@
|
|||||||
"feature_pinning": true,
|
"feature_pinning": true,
|
||||||
"feature_custom_themes": false,
|
"feature_custom_themes": false,
|
||||||
"feature_jump_to_date": true,
|
"feature_jump_to_date": true,
|
||||||
"feature_ask_to_join": true
|
"feature_ask_to_join": true,
|
||||||
|
"feature_sliding_sync": false
|
||||||
},
|
},
|
||||||
"latex_maths_delims": {
|
"latex_maths_delims": {
|
||||||
"inline": { "pattern": { "tex": "^\\b$" } },
|
"inline": { "pattern": { "tex": "^\\b$" } },
|
||||||
@ -60,7 +61,6 @@
|
|||||||
"setting_defaults": {
|
"setting_defaults": {
|
||||||
"breadcrumbs": true,
|
"breadcrumbs": true,
|
||||||
"FTUE.useCaseSelection": "Skip",
|
"FTUE.useCaseSelection": "Skip",
|
||||||
"feature_sliding_sync_proxy_url": "https://syncv3.arcticfoxes.net",
|
|
||||||
"custom_themes": [
|
"custom_themes": [
|
||||||
{"name":"ThomCat Black","is_dark":true,"colors":{"accent-color":"#cc7b19","primary-color":"#9F8652","warning-color":"#f9c003","sidebar-color":"#000000","roomlist-background-color":"#191919","roomlist-text-color":"#cc7b19","roomlist-text-secondary-color":"#e5e5e5","roomlist-highlights-color":"#323232","roomlist-separator-color":"#4c4c4c","timeline-background-color":"#000000","timeline-text-color":"#e5e5e5","secondary-content":"#e5e5e5","tertiary-content":"#e5e5e5","timeline-text-secondary-color":"#b2b2b2","timeline-highlights-color":"#212121","reaction-row-button-selected-bg-color":"#cc7b19"}},
|
{"name":"ThomCat Black","is_dark":true,"colors":{"accent-color":"#cc7b19","primary-color":"#9F8652","warning-color":"#f9c003","sidebar-color":"#000000","roomlist-background-color":"#191919","roomlist-text-color":"#cc7b19","roomlist-text-secondary-color":"#e5e5e5","roomlist-highlights-color":"#323232","roomlist-separator-color":"#4c4c4c","timeline-background-color":"#000000","timeline-text-color":"#e5e5e5","secondary-content":"#e5e5e5","tertiary-content":"#e5e5e5","timeline-text-secondary-color":"#b2b2b2","timeline-highlights-color":"#212121","reaction-row-button-selected-bg-color":"#cc7b19"}},
|
||||||
{"name":"Discord® Dark","is_dark":true,"colors":{"accent-color":"#747ff4","accent":"#747ff4","primary-color":"#00aff4","warning-color":"#faa81ad9","alert":"#faa81ad9","sidebar-color":"#202225","roomlist-background-color":"#2f3136","roomlist-text-color":"#dcddde","roomlist-text-secondary-color":"#8e9297","roomlist-highlights-color":"#4f545c52","roomlist-separator-color":"#40444b","timeline-background-color":"#36393f","timeline-text-color":"#dcddde","secondary-content":"#dcddde","tertiary-content":"#dcddde","timeline-text-secondary-color":"#b9bbbe","timeline-highlights-color":"#04040512","reaction-row-button-selected-bg-color":"#4752c4","menu-selected-color":"#4752c4","focus-bg-color":"#4752c4","room-highlight-color":"#4752c4","other-user-pill-bg-color":"#4752c4","togglesw-off-color":"#72767d"}},
|
{"name":"Discord® Dark","is_dark":true,"colors":{"accent-color":"#747ff4","accent":"#747ff4","primary-color":"#00aff4","warning-color":"#faa81ad9","alert":"#faa81ad9","sidebar-color":"#202225","roomlist-background-color":"#2f3136","roomlist-text-color":"#dcddde","roomlist-text-secondary-color":"#8e9297","roomlist-highlights-color":"#4f545c52","roomlist-separator-color":"#40444b","timeline-background-color":"#36393f","timeline-text-color":"#dcddde","secondary-content":"#dcddde","tertiary-content":"#dcddde","timeline-text-secondary-color":"#b9bbbe","timeline-highlights-color":"#04040512","reaction-row-button-selected-bg-color":"#4752c4","menu-selected-color":"#4752c4","focus-bg-color":"#4752c4","room-highlight-color":"#4752c4","other-user-pill-bg-color":"#4752c4","togglesw-off-color":"#72767d"}},
|
||||||
|
Loading…
Reference in New Issue
Block a user