mirror of
https://gitea.phreedom.club/localhost_frssoft/bloat.git
synced 2025-05-12 06:48:45 +00:00
add friendica true remote timeline fix
This commit is contained in:
parent
0f33427d5b
commit
fc43de6012
2 changed files with 9 additions and 0 deletions
|
@ -26,6 +26,7 @@
|
|||
<select id="instance_type" name="instance_type" title="Select instance type">
|
||||
<option value="mastodon-compatible" default>Mastodon compatible</option>
|
||||
<option value="misskey"{{if eq .InstanceType "misskey"}}selected{{end}}>Misskey</option>
|
||||
<option value="friendica"{{if eq .InstanceType "friendica"}}selected{{end}}>Friendica</option>
|
||||
</select>
|
||||
</span>
|
||||
<button type="submit"> Submit </button>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue