Browse Source

add protocol issue page

main
yggverse 2 months ago
parent
commit
d8175ec04e
  1. 10
      src/Entity/Tab/Page.php
  2. 8
      src/Page/Protocol.gmi

10
src/Entity/Tab/Page.php

@ -368,11 +368,19 @@ class Page @@ -368,11 +368,19 @@ class Page
break;
default:
case str_starts_with($url, 'yoda://'):
$this->_openYoda(
$url
);
break;
default:
$this->_openYoda(
'yoda://protocol'
);
}
}

8
src/Page/Protocol.gmi

@ -0,0 +1,8 @@ @@ -0,0 +1,8 @@
# Protocol issue
At this moment, supported protocols:
* gemini
* yoda
=> https://github.com/YGGverse/Yoda/issues Report
Loading…
Cancel
Save