bitcoinsearch/tldr

Newsletter threads not linked to combined summaries

rejeses opened this issue · 2 comments

Some threads in newsletters are not linked to combined summaries. Here's a screen recording of this

Yes, I have highlighted this issue in one of the discussions, the issue stems from newsletter generation where the newsletter.json missed some value needed to populate the email templates.

image

As shown in the image above, you will notice that "combined_summ_file_path": "" is missing for two fields which represents the missing hyperlink in the newsletter.

A hack around this is to use "file_path" where "combined_summ_file_path": "" is missing.

Yes, I have highlighted this issue in one of the discussions, the issue stems from newsletter generation where the newsletter.json missed some value needed to populate the email templates.

image

As shown in the image above, you will notice that "combined_summ_file_path": "" is missing for two fields which represents the missing hyperlink in the newsletter.

A hack around this is to use "file_path" where "combined_summ_file_path": "" is missing.

Lets go with the hack. that is what we do in the web app. See here