fix: Removes Tor alternative from Element
Eliminates the Tor alternative URL for the "Go to Element" service in the JSON data file. This simplifies service configuration by only retaining the primary URL, potentially reducing confusion or maintenance overhead.
This commit is contained in:
parent
71d806884c
commit
f4c4b4aece
1 changed files with 1 additions and 7 deletions
|
@ -22,13 +22,7 @@
|
|||
},
|
||||
{
|
||||
"name": "Go to Element",
|
||||
"url": "https://element.private.coffee",
|
||||
"alternatives": [
|
||||
{
|
||||
"name": "Tor",
|
||||
"url": "http://element.coffee2m3bjsrrqqycx6ghkxrnejl2q6nl7pjw2j4clchjj6uk5zozad.onion"
|
||||
}
|
||||
]
|
||||
"url": "https://element.private.coffee"
|
||||
},
|
||||
{
|
||||
"name": "Go to Hydrogen",
|
||||
|
|
Loading…
Reference in a new issue