mirror of https://gitlab.com/bashrc2/epicyon
Extra summary changes
parent
ecd29b6d54
commit
6b8e620496
|
@ -2789,6 +2789,13 @@ def individual_post_as_html(signing_priv_key_pem: str,
|
|||
if not summary_str:
|
||||
summary_str = get_summary_from_post(post_json_object, system_language,
|
||||
languages_understood)
|
||||
if content_str:
|
||||
# add dogwhistle warnings to summary
|
||||
summary_str = _add_dogwhistle_warnings(summary_str, content_str,
|
||||
dogwhistles, translate)
|
||||
# add automatic content warnings
|
||||
summary_str = add_auto_cw(base_dir, nickname, domain,
|
||||
summary_str, content_str)
|
||||
|
||||
_log_post_timing(enable_timing_log, post_start_time, '16')
|
||||
|
||||
|
|
Loading…
Reference in New Issue