backend for xcvr appview
2
fork

Configure Feed

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

make absolute

+1 -1
+1 -1
server/internal/model/channelLexiconStream.go
··· 152 152 Height: *media.Height, 153 153 } 154 154 } 155 - src := fmt.Sprintf("%s/xrpc/org.xcvr.lrc.getImage?uri=%s", os.Getenv("MY_IDENTITY"), media.URI) 155 + src := fmt.Sprintf("https://%s/xrpc/org.xcvr.lrc.getImage?uri=%s", os.Getenv("MY_IDENTITY"), media.URI) 156 156 157 157 img := types.ImageView{ 158 158 Alt: media.Alt,