This repository has no description
0

Configure Feed

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

at main 839 B View raw
1[Module: null prototype] { 2 CONSUMER_NAME: 'NotellaConsumer', 3 Event: { 4 BookingPaid: 'booking_paid', 5 ClearSchedule: 'clear_schedule', 6 ClearStoredSchedule: 'clear_stored_schedule', 7 ContributionPaid: 'contribution_paid', 8 Custom: 'custom', 9 GodchildAccepted: 'godchild_accepted', 10 GodchildRejected: 'godchild_rejected', 11 GodchildRequest: 'godchild_request', 12 LoginStuck: 'login_stuck', 13 NewPost: 'new_post', 14 PendingSignup: 'pending_signup', 15 RestoreSchedule: 'restore_schedule', 16 RestoreScheduleEager: 'restore_schedule_eager', 17 SaveSchedule: 'save_schedule', 18 ShotgunClosesSoon: 'shotgun_closes_soon', 19 ShotgunOpensSoon: 'shotgun_opens_soon', 20 ShowScheduledJobs: 'show_scheduled_jobs', 21 Test: 'test' 22 }, 23 STREAM_NAME: 'notella:stream', 24 SUBJECT_NAME: 'notella:notification' 25}