rd: Don't downgrade to HTTP #7

Merged
steffo merged 6 commits from feature/rd-no-downgrade into main 2024-12-16 01:02:59 +00:00
Showing only changes of commit 48c3b9911b - Show all commits

View file

@ -62,7 +62,7 @@ macro_rules! test_version {
test_version!(akkoma, "https://junimo.party", "2.1");
test_version!(mastodon, "https://mastodon.social", "2.0");
test_version!(misskey, "https://misskey.io", "2.1");
test_version!(iceshrimpnet, "https://meow_company", "2.1");
test_version!(iceshrimpnet, "https://meow.company", "2.1");
test_version!(gotosocial, "https://alpha.polymaths.social", "2.0");
test_version!(bridgyfed, "https://fed.brid.gy", "2.1");
test_version!(threads, "https://threads.net", "", ignore = "does not support NodeInfo");