You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
perhaps remove support for modifying participants from regular api, but we still return that data. then we can check if the auth user already is part of the event.
if he isnt, we show a join button. and do a POST/PUT to /api/users/:id/intents/:id/participants
if he is, we show a disjoin(!) button. and do a DELETE to /api/users/:id/intents/:id/participants
perhaps
The text was updated successfully, but these errors were encountered:
perhaps remove support for modifying participants from regular api, but we still return that data. then we can check if the auth user already is part of the event.
if he isnt, we show a join button. and do a POST/PUT to /api/users/:id/intents/:id/participants
if he is, we show a disjoin(!) button. and do a DELETE to /api/users/:id/intents/:id/participants
perhaps
The text was updated successfully, but these errors were encountered: