mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-10 15:34:27 +02:00
Native probe support for AT-Proto
This commit is contained in:
parent
59f7f87226
commit
ec702f2deb
6 changed files with 332 additions and 43 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue