๐Ÿ“ฆโž”๐Ÿฆ‹ Store and retrieve files on the Atmosphere
35
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix unset variable

Ducky 0dccb5f1 c1fb750a

+1 -1
+1 -1
atfile.sh
··· 183 183 didplc_doc="$(atfile.util.get_didplc_doc.request_doc "$_endpoint_plc_directory" "$actor")" 184 184 185 185 if [[ "$didplc_doc" != "{"* ]]; then 186 - didplc_doc="$(atfile.util.get_didplc_doc.request_doc "$_endpoint_plc_directory_fallback" "$actor")" 186 + didplc_doc="$(atfile.util.get_didplc_doc.request_doc "https://plc.directory" "$actor")" 187 187 fi 188 188 189 189 echo "$didplc_doc"