atmo.rsvp
3
fork

Configure Feed

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

switch to contrail.atmo.rsvp

Florian 32d850d6 91b1f5f7

+3 -3
+2 -2
src/lib/contrail.ts
··· 10 10 import type { ActorIdentifier } from '@atcute/lexicons'; 11 11 import { isResourceUri } from '@atcute/lexicons'; 12 12 13 - export const CONTRAIL_URL = 'https://contrail.atmo.tools'; 14 - export const RSVP_HYDRATE_LIMIT = 50; 13 + export const CONTRAIL_URL = 'https://contrail.atmo.rsvp'; 14 + export const RSVP_HYDRATE_LIMIT = 20; 15 15 export const RSVP_GOING = 'community.lexicon.calendar.rsvp#going'; 16 16 export const RSVP_INTERESTED = 'community.lexicon.calendar.rsvp#interested'; 17 17
+1 -1
src/routes/p/[actor]/e/calendar/+server.ts
··· 52 52 return { 53 53 eventData: r, 54 54 uid: r.uri, 55 - url: `https://events.atmo.tools/${actor}/e/${r.uri.split('/').pop()}`, 55 + url: `https://atmo.rsvp/${actor}/e/${r.uri.split('/').pop()}`, 56 56 organizer: actor, 57 57 imageUrl, 58 58 attendees