re-add subscriptions

This commit is contained in:
2025-07-01 23:20:36 +03:00
parent 52f6484db1
commit 29bb9872d3
7 changed files with 210 additions and 10 deletions

View File

@ -89,7 +89,7 @@
</form>
{% endmacro %}
{% macro full_post(post, render_sig = True, is_latest = False, editing = False, active_user = None) %}
{% macro full_post(post, render_sig = True, is_latest = False, editing = False, active_user = None, no_reply = false) %}
{% set postclass = "post" %}
{% if editing %}
{% set postclass = postclass + " editing" %}