mirror of
https://github.com/thelounge/thelounge
synced 2024-11-23 12:33:07 +00:00
Merge pull request #4151 from Willamin/patch-1
Add gopher and gemini to the commonSchemes
This commit is contained in:
commit
eb056c4997
1 changed files with 2 additions and 0 deletions
|
@ -36,6 +36,8 @@ const commonSchemes = [
|
||||||
"ts3server",
|
"ts3server",
|
||||||
"svn+ssh",
|
"svn+ssh",
|
||||||
"ssh",
|
"ssh",
|
||||||
|
"gopher",
|
||||||
|
"gemini",
|
||||||
];
|
];
|
||||||
|
|
||||||
for (const schema of commonSchemes) {
|
for (const schema of commonSchemes) {
|
||||||
|
|
Loading…
Reference in a new issue