aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-toot.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/mastodon-toot.el')
-rw-r--r--lisp/mastodon-toot.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mastodon-toot.el b/lisp/mastodon-toot.el
index 104df1c..41b69cc 100644
--- a/lisp/mastodon-toot.el
+++ b/lisp/mastodon-toot.el
@@ -69,7 +69,7 @@ If FAVED is nil, favourite the toot.
If FAVED is non-nil, unfavourite the toot."
(interactive)
(let* ((id (mastodon-tl--property 'toot-id))
- (faved (get-text-property (point) 'favourite-p))
+ (faved (get-text-property (point) 'favourited-p))
(action (if faved "unfavourite" "favourite"))
(remove (when faved t)))
(mastodon-toot--action action (lambda () (mastodon-toot--action-success "F" remove)))