logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe
commit: 2c2c4452b93efa53ff03e871e525b3a096855063
parent: a1962a610aa44a0dae20378889a29311af5b8fd4
Author: Roger Braun <roger@rogerbraun.net>
Date:   Thu,  8 Nov 2018 19:34:59 +0100

Fix posting.

Diffstat:

Msrc/components/post_status_form/post_status_form.js1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/components/post_status_form/post_status_form.js b/src/components/post_status_form/post_status_form.js @@ -226,6 +226,7 @@ const PostStatusForm = { if (!data.error) { this.newStatus = { status: '', + spoilerText: '', files: [], visibility: newStatus.visibility, contentType: newStatus.contentType