Monorepo for Tangled
0

Configure Feed

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

Update profile.go

Wilhelm Berggren (Jul 14, 2026, 12:24 PM +0200) 9ac30893 7ced0017

+1 -1
+1 -1
appview/state/profile.go
··· 55 55 56 56 var profileScripts = map[string]string{ 57 57 "did:plc:3fwecdnvtcscjnrx2p4n7alz": "/static/profile-fx/orrery.js", 58 - "did:plc:oxdlsmnvpk2riyyuvq5jtdkd": "/static/profile-fx/wilb.me.js" 58 + "did:plc:oxdlsmnvpk2riyyuvq5jtdkd": "/static/profile-fx/wilb.me.js", 59 59 } 60 60 61 61 func (s *State) profile(r *http.Request) (*pages.ProfileCard, error) {