atmo.rsvp
4
fork

Configure Feed

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

fix

Florian 99b43739 2588a72a

+2 -2
+2 -2
src/lib/contrail.ts
··· 283 283 subjectUri: eventUri, 284 284 status: RSVP_GOING, 285 285 profiles: true, 286 - limit: 100 286 + limit: 200 287 287 } 288 288 }), 289 289 contrail.get('community.lexicon.calendar.rsvp.listRecords', { ··· 291 291 subjectUri: eventUri, 292 292 status: RSVP_INTERESTED, 293 293 profiles: true, 294 - limit: 100 294 + limit: 200 295 295 } 296 296 }) 297 297 ]);