backend for xcvr appview
3
fork

Configure Feed

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

joker

rachel-mp4 7778c77e 7507ce81

+2
+2
server/internal/oauth/metadata.go
··· 55 55 } 56 56 57 57 func getClientId() string { 58 + mi = os.Getenv("MY_IDENTITY") 59 + mp = os.Getenv("MY_METADATA_PATH") 58 60 return fmt.Sprintf("https://%s%s", mi, mp) 59 61 } 60 62