Opened 8 years ago
Closed 8 years ago
#3491 closed defect (bug) (fixed)
Events: Deleted Meetup events remain in events database
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | Priority: | high | |
| Component: | API | Keywords: | good-first-bug needs-patch |
| Cc: |
Description
Meetup.com allows organizers to either cancel or delete events. If the event is cancelled, it remains in their API results with the updated status, and it will be updated in our database, per #2720.
If the event is deleted, though, it is removed from their API results, and the status won't be updated, so it will remain scheduled and continue to be shown by our API.
Change History (2)
Note: See
TracTickets for help on using
tickets.
Related: https://github.com/meetup/api/issues/269