atmo.rsvp
3
fork

Configure Feed

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

upps fix

Florian 67ed7b6f 078a3d94

+1 -1
+1 -1
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 = 'http://localhost:8787'; 13 + export const CONTRAIL_URL = 'http://contrail.atmo.rsvp'; 14 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';