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
In the comment,
Both a) Updating a post and b) Switching back to draft and publishing a post again would trigger notify_workshop_presenter and cause duplicate activities.
Note: Probably can be handled in Profile API.
Acceptance Criteria
When updating a post, do not add duplicate activity if there's already one on a user's profile.
When switching a post back to draft and publishing it again, do not add duplicate activity if there's already one on a user's profile.
Further Discussion
Do we also want to handle other duplicate activities? For example, switching a post back to draft and publishing again, the activity Wrote a new workshop, ...... will be added to the user's profile again, causing duplicate.
The text was updated successfully, but these errors were encountered:
Ref: WordPress/wordpress.org#84
Description
In the comment,
Both a) Updating a post and b) Switching back to draft and publishing a post again would trigger
notify_workshop_presenter
and cause duplicate activities.Note: Probably can be handled in Profile API.
Acceptance Criteria
Further Discussion
Wrote a new workshop, ......
will be added to the user's profile again, causing duplicate.The text was updated successfully, but these errors were encountered: