Kailash Nadh
Kailash Nadh
Hi @zefir-git. Altcha uses proof-of-work on the client-side for verification and doesn't have any server-side token states. That said, if I'm not understanding this correctly and there's indeed an issue,...
It's by design that the list reference is retained without deleting so that even when lists are related, the historical record is not lost from campaigns. That's why the `campaign_lists`...
Sorry, I missed this. Could you please share your custom merge function to see how exactly it's triggering a mutex-block?
Ah, that explains it @NishThakkar. Please do send a PR addressing this isssue.
Please check for error logs in `Admin -> Settings -> Logs`. All such errors (with causes) are logged.
Nice, @preslavrachev. MJML has been requested a few times here before. I'll give native integration a shot.
@preslavrachev I actually gave this a shot two weeks ago https://github.com/knadh/listmonk/pull/2643/files but `mjml.Render()` was failing despite being given valid markup. I haven't had a chance to debug it further, but...
Seems to be working fine now @preslavrachev. I've updated https://github.com/knadh/listmonk/pull/2643 to also ship with a default MJML template. Please try it out. You can compile from source or use the...
The MJML lib version that I tested this branch was broken, but it's improved since then. That dependency has to be updated and the implementation has to be tested fully....
The errors would be logged in Admin -> Settings -> Logs