diff options
| -rw-r--r-- | lisp/mastodon-tl.el | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/mastodon-tl.el b/lisp/mastodon-tl.el index 6c6307d..9218037 100644 --- a/lisp/mastodon-tl.el +++ b/lisp/mastodon-tl.el @@ -1232,12 +1232,12 @@ SENSITIVE is a flag from the item's JSON data."         (if (eq 'hidden (mastodon-tl--property 'sensitive-state :no-move))             ;; display:             `( display ,data -              sensitive-state showing)) +              sensitive-state showing)         ;; hide:         `( sensitive-state hidden            display            ,(create-image -            mastodon-media--sensitive-image-data nil t)))))) +            mastodon-media--sensitive-image-data nil t)))))))  ;; POLLS  | 
