add notification for new post in thread

This commit is contained in:
2025-05-28 04:01:51 +03:00
parent 8ea9afd39d
commit 1a96612544
10 changed files with 195 additions and 12 deletions

View File

@ -19,6 +19,7 @@ http {
lua_code_cache ${{CODE_CACHE}};
location / {
lua_check_client_abort on;
default_type text/html;
content_by_lua_block {
require("lapis").serve("app")