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

Configure Feed

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

add bug comment

Ducky eb7f78a4 5165f5a1

+1
+1
src/shared/util.sh
··· 680 680 pds_name="Bridgy Fed" 681 681 pds_emoji="๐Ÿ”€" 682 682 else 683 + # BUG: This doesn't seem to work anymore? 683 684 pds_oauth_url="$pds/oauth/authorize" 684 685 pds_oauth_page="$(curl -H "User-Agent: $(atfile.util.get_uas)" -s -L -X GET "$pds_oauth_url")" 685 686 pds_customization_data="$(echo "$pds_oauth_page" | sed -s s/.*_customizationData\"]=//g | sed -s s/\;document\.currentScript\.remove.*//g)"