diff --git a/README.md b/README.md index 824f8a5..85e3c29 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ Open Librarian is a website for tracking and sharing a love of books. It utilize - Reading progress - Book-related social groups +If you'd like to take a look at my backlog you can find it [on Craft](https://parks-take-vcv.craft.me/OpenLibrarianRoadmap). ## Open Source Stack Open Librarian is built on a range of Free and Open Source Software (FOSS) projects, the most prominent of which are: diff --git a/openlibrarian_root/utils/Notifications.py b/openlibrarian_root/utils/Notifications.py index b1a5a47..7550160 100644 --- a/openlibrarian_root/utils/Notifications.py +++ b/openlibrarian_root/utils/Notifications.py @@ -49,6 +49,7 @@ async def send_notification(book: dict, nsec: str, nym_relays: dict, note_type: d_tags = ast.literal_eval(os.getenv("DEFAULT_TAGS")) if d_tags: for tag in d_tags: + text = f"{text} #{tag}" h_tags.append(Tag.hashtag(tag)) # Build event