From 53e9905ba78c9539bd43db168a686c26f119153f Mon Sep 17 00:00:00 2001 From: mrilyew <99399973+mrilyew@users.noreply.github.com> Date: Fri, 22 Nov 2024 18:21:12 +0300 Subject: [PATCH] fix(wall page): show more attachment links fixes #1083 --- Web/Presenters/templates/Wall/Wall.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Web/Presenters/templates/Wall/Wall.xml b/Web/Presenters/templates/Wall/Wall.xml index 4d3d1cee..7b05a37d 100644 --- a/Web/Presenters/templates/Wall/Wall.xml +++ b/Web/Presenters/templates/Wall/Wall.xml @@ -28,7 +28,7 @@
- {include "../components/textArea.xml", route => "/wall$owner/makePost", hasSource => true} + {include "../components/textArea.xml", route => "/wall$owner/makePost", graffiti => true, polls => true, notes => true, hasSource => true}