feat: add small update on notification function
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2025-07-13 00:05:31 +02:00
parent 2388e78c5f
commit 27968f6ae5

View File

@@ -1,6 +1,7 @@
---
title: "Thoughts on HTML mails"
date: 2025-07-12T12:05:10+02:00
lastmod: 2025-07-13T:00:04+02:00
draft: false
image: "uploads/html-e-mails.png"
categories: ['English']
@@ -122,4 +123,9 @@ this seems okay. Notifications are useful, but I don't want to shove them everyw
So for now I'm pretty happy with the new shiny e-mails and will roll out the changes soon (if I don't find any more wired bugs).
PS: I wrote this post after reading [blog & website in the age of containerized socials](https://blog.avas.space/blog-website-eval/) by ava.
Maybe this "Thoughts on" format will stay and I will post these in addition to more structured deep dives.
Maybe this "Thoughts on" format will stay and I will post these in addition to more structured deep dives.
# Update
I did a rework of the notification function and it's now much cleaner now. However, it's less readable so this blogpost will stay as-is.
If you want to check out the new code have a look [on Codeberg](https://codeberg.org/moanos/notfellchen/src/commit/a4b8486bd489dacf8867b49d04f70f091556dc9d/src/fellchensammlung/mail.py).