Testing a » to denote story content in notifications.

This commit is contained in:
Samuel Clay 2021-05-25 10:38:08 -04:00
parent 84607aa6ff
commit 9d92a2b36c

View file

@ -201,7 +201,7 @@ class MUserFeedNotification(mongo.Document):
subtitle = None
body_title = html.unescape(story['story_title']).strip()
body_content = replace_with_newlines(soup)
body = f"{body_title}\n{body_content}"
body = f"{body_title}\n» {body_content}"
else:
subtitle = html.unescape(story['story_title'])
body = replace_with_newlines(soup)