logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: 32ecdfdd8738befa004f865f496b7df17a4c2030
parent 80ec88beabefd41e75040dd35364a94783e423a0
Author: Sean King <seanking2919@protonmail.com>
Date:   Sat, 11 Jun 2022 16:38:03 -0600

Don't pollute the original timeline when new media attachment is added

Diffstat:

Msrc/components/extra_buttons/extra_buttons.js2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/components/extra_buttons/extra_buttons.js b/src/components/extra_buttons/extra_buttons.js @@ -80,7 +80,7 @@ const ExtraButtons = { statusText: data.text, statusIsSensitive: this.status.nsfw, statusPoll: this.status.poll, - statusFiles: this.status.attachments, + statusFiles: [...this.status.attachments], visibility: this.status.visibility, statusContentType: data.content_type }))