forked from rDrama/rDrama
1
0
Fork 0

fix pinning comments

master
Aevann 2024-02-18 18:20:52 +02:00
parent d1ca7f4c60
commit e76fb8caa9
1 changed files with 2 additions and 2 deletions

View File

@ -437,9 +437,9 @@
{% set url = "" %}
{% if v.admin_level >= PERMS['POST_COMMENT_MODERATION'] %}
{% set url = "pin_comment" %}
{% set url = "pin_comment_admin" %}
{% elif v.id == c.post.author_id %}
{% set url = "pin_comment" %}
{% set url = "pin_comment_op" %}
{% elif v.mods_hole(c.post.hole) %}
{% set url = "pin_comment_mod" %}
{% endif %}