Includes the first post in a topic while embedding.
By default embeddding discourse does not include the first post since it was built to reflect a commenting system where most likely the first post is the blog post itself on which the comments are attached.
Follow Discourse's plugin installation guide
In your app.yml, add
hooks:
after_code:
- exec:
cd: $home/plugins
cmd:
- git clone https://github.com/discourse/docker_manager.git
- git clone https://github.com/arivanandan/discourse-embed-complete.git
Installing it does the job. Can be toggled from plugin settings.
Pretty much spent few hours and did things until it worked. Might be unsafe and might not be the best approach.