globalistas
globalistas
FYI I've tried to introduce email notifications here: https://github.com/Phuks-co/throat/pull/468 If you're interested you can find them working in my repo at https://github.com/globalistas/ceknito
It could be trivial, but I'm not a coder (sic! - I recruited another guy to help me with this PR) so not sure how to go about it. If...
Hover over to get my discord handle.
Name suggestion for the sub: The Purgatory
I have just noticed the same issue on sticky posts, so those might need looking into as well.
Would just removing the "Your comment." part take care of this issue? https://github.com/Phuks-co/throat/blob/fcefdc00b78975cb2c4f87118d940eb27821bfe2/app/html/user/messages/notifications.html#L86
Addessed in my repo here: https://github.com/globalistas/ceknito/commit/d2b2e40f14b81f5f5224bcf2177f0b7a1dd74afc
This can be closed?
Just fixed here in my fork: https://github.com/globalistas/ceknito/commit/d920b357fd693d6d31ae43f76aec59822d4bf14c Let me know if you'd like a PR.
@why-not-try-calmer in app/config.py can you maybe make `allow_email_forwarded_notifications` a part of `configurable_defaults` instead of `defaults`? This way we don't have to mess with it inside config.yaml (we also now miss...