logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: 80639509b0609f1a9303e3facb1c810a289ea3d1
parent a16e158216784071949f91074beca4b2e7382017
Author: Henry Jameson <me@hjkos.com>
Date:   Wed, 19 Jun 2024 22:21:15 +0300

fix polls in notifications

Diffstat:

Msrc/components/notification/notification.style.js3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/components/notification/notification.style.js b/src/components/notification/notification.style.js @@ -11,7 +11,8 @@ export default { 'RichContent', 'Input', 'Avatar', - 'Attachment' + 'Attachment', + 'PollGraph' ], defaultRules: [] }