Skip to content

Commit

Permalink
Pluralise digest subject
Browse files Browse the repository at this point in the history
  • Loading branch information
rossjrw committed Apr 25, 2024
1 parent c71c025 commit 05809f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions notifier/digest.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ def for_user(
wikis="\n".join(make_wikis_digest(posts, lexicon)),
outro=outro,
)
subject = pluralise(subject)
body = finalise_digest(body)
body = convert_syntax(body, user["delivery"])
return subject, body
Expand Down

0 comments on commit 05809f9

Please sign in to comment.