diff options
-rw-r--r-- | toot.scm | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -290,8 +290,8 @@ (case (attachment-type att) ((image) (cond - (((and (display-image?) - (fetch-attachment-preview-pict att))) + ((and (display-image?) + (fetch-attachment-preview-pict att)) => identity) (else "MEDIA: IMAGE"))) |