[Question] Consistency and understanding of when dt_push_post should happen #1044
Closed
1 task done
Labels
type:question
Further information is requested.
Describe your question
I have been requesting various hooks and in doing so I started to think about if it was a matter of different hooks being utilized more consistently.
For example, from what I can tell on external connections
dt_push_post
only gets called on the first external push of a post but after doing a quick draft pull request #1043 I was wondering if instead of creating a new hook. Maybe infavor of more consistencydo_action( 'dt_push_post'...
should be utilized there as well?I'm just not entirely understanding why ExternalConnection->push() isn't used when an already subscribed post is pushed when
rest_insert_
is called. It seems to instead utilize send_notifications within includes/subscriptions.phpThis is somewhat tied to the work that is being done in #712, #1018, #123
If we summarize a discussion here, I can gladly help w/ some documentation as well
Code of Conduct
The text was updated successfully, but these errors were encountered: