Native probe support for AT-Proto

This commit is contained in:
Michael 2024-12-14 07:14:46 +00:00
parent 59f7f87226
commit ec702f2deb
6 changed files with 332 additions and 43 deletions

View file

@ -302,7 +302,7 @@ class Protocol
return false;
}
if (in_array($protocol, array_merge(self::NATIVE_SUPPORT, [self::ZOT, self::PHANTOM]))) {
if (in_array($protocol, array_merge(self::NATIVE_SUPPORT, [self::ZOT, self::BLUESKY, self::PHANTOM]))) {
return true;
}