From 31d2ade68c1391234966a4a156d76dce1c7ff8bb Mon Sep 17 00:00:00 2001 From: TLSM Date: Thu, 23 Jun 2022 03:30:34 -0400 Subject: [PATCH] Fix emoji modal DMing private profile. --- files/templates/userpage_private.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/files/templates/userpage_private.html b/files/templates/userpage_private.html index 28d7b45d37..c62e201677 100644 --- a/files/templates/userpage_private.html +++ b/files/templates/userpage_private.html @@ -37,4 +37,8 @@ {% endif %} + +{% if v -%} + {%- include "emoji_modal.html" -%} +{%- endif %} {% endblock %} \ No newline at end of file