Bluesky app fork with some witchin' additions 馃挮
0
fork

Configure Feed

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

at main 7 lines 368 B view raw view rendered
1# Expo-Updates Patch 2 3This is a small patch to convert timestamp formats that are returned from the backend. Instead of relying on the 4backend to return the correct format for a specific format (the format required on Android is not the same as on iOS) 5we can just add this conversion in. 6 7Don't remove unless we make changes on the backend to support both platforms.