aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-http.el
diff options
context:
space:
mode:
authormarty hiatt <martianhiatus@riseup.net>2024-08-22 12:09:20 +0200
committermarty hiatt <martianhiatus@riseup.net>2024-08-22 12:09:20 +0200
commit8b6e7a2312556552fd26f81d7ebafc94e3ef1316 (patch)
tree1a2e2bf8188108f8102d2c6ac90ccfbf1ae057a5 /lisp/mastodon-http.el
parent4c5f5ef110a0a1dbf2044106c11d3cae975f7d73 (diff)
parentbeeb8f3b2ebe25e8e3fb92e6f030cec39b818cec (diff)
Merge branch 'equal' into develop
Diffstat (limited to 'lisp/mastodon-http.el')
-rw-r--r--lisp/mastodon-http.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mastodon-http.el b/lisp/mastodon-http.el
index 39c1036..fbae8a7 100644
--- a/lisp/mastodon-http.el
+++ b/lisp/mastodon-http.el
@@ -365,7 +365,7 @@ item uploaded, and `mastodon-toot--update-status-fields' is run."
;; this is how the mangane akkoma web client does it
;; and it seems easier than the other options!
(when (and caption
- (not (equal caption (alist-get 'description data))))
+ (not (string= caption (alist-get 'description data))))
(let ((url (mastodon-http--api (format "media/%s" id))))
;; (message "PUTting image description")
(mastodon-http--put url desc)))