-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add post content updated topic #1946
Conversation
Opening up for review, but as said I might have to fallback some values due to JSON encode issues. |
88763bf
to
5d68b1a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nothing blocking just one question.
const articlePost = post as ChangeObject<ArticlePost>; | ||
const freeformPost = post as ChangeObject<FreeformPost>; | ||
|
||
const contentUpdatedMessage = new ContentUpdatedMessage({ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't we also need the steps
here?
(not sure what we called them)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what steps, for scraping and content processing?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah the steps taking in processing that we discussed.
So what steps where already done for a article.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Merging to see how it works in production. No subscribers yet so it won't really be used instantly. |
have an issue with JSON encoding, opened an issue