From 88790b91de64ad7848477a9edcbebbbe1adb5d13 Mon Sep 17 00:00:00 2001 From: Thibaut Girka Date: Tue, 27 Mar 2018 15:50:05 +0200 Subject: [Glitch] Display AttachmentList in notifications Port 77406d3a092db48250a85984dde2f2cc81386146 to glitch-soc --- .../flavours/glitch/components/attachment_list.js | 24 ++++++++++++++-------- 1 file changed, 15 insertions(+), 9 deletions(-) (limited to 'app/javascript/flavours/glitch/components/attachment_list.js') diff --git a/app/javascript/flavours/glitch/components/attachment_list.js b/app/javascript/flavours/glitch/components/attachment_list.js index ef937fb4c..b31d40b04 100644 --- a/app/javascript/flavours/glitch/components/attachment_list.js +++ b/app/javascript/flavours/glitch/components/attachment_list.js @@ -19,11 +19,15 @@ export default class AttachmentList extends ImmutablePureComponent { return (
); @@ -36,11 +40,13 @@ export default class AttachmentList extends ImmutablePureComponent { ); -- cgit