atmo.rsvp
4
fork

Configure Feed

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

fix small bug

Florian c4d15df7 8e754196

+2 -2
+1 -1
src/routes/p/atmosphereconf.org/+page.server.ts
··· 38 38 } 39 39 40 40 return { 41 - profile, 41 + hostProfile: profile, 42 42 events, 43 43 actor, 44 44 rsvpEventUris: [...rsvpEventUris],
+1 -1
src/routes/p/atmosphereconf.org/+page.svelte
··· 16 16 17 17 let { data } = $props(); 18 18 19 - let hostProfile = $derived(data.profile); 19 + let hostProfile = $derived(data.hostProfile); 20 20 let hostDid = $derived(hostProfile?.did ?? ''); 21 21 let hostName = $derived( 22 22 hostProfile?.record?.displayName || hostProfile?.handle || 'ATmosphereConf'