branch: elpa/mastodon
commit 2fe78987fbff4fb2f32fc68549a7b21d730c42f0
Author: marty hiatt <[email protected]>
Commit: marty hiatt <[email protected]>
display of quoted toots: only invis maybe when cw.
---
lisp/mastodon-tl.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lisp/mastodon-tl.el b/lisp/mastodon-tl.el
index 2d7dbb773e..480454e1e9 100644
--- a/lisp/mastodon-tl.el
+++ b/lisp/mastodon-tl.el
@@ -1975,7 +1975,7 @@ TOOT is the data for the quoting toot."
'quote-url url
'mastodon-content-warning-body (when cw t)
;; TODO: respect filtering of quoted toot:
- 'invisible (mastodon-tl--spoiler-invisible-maybe)
+ 'invisible (when cw (mastodon-tl--spoiler-invisible-maybe))
'mastodon-quote data))))
;; PUT /api/v1/statuses/:id/interaction_policy