diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-11-26 15:31:38 +0100 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-11-26 15:44:13 +0100 |
commit | 75896755e97a75523eb9e4a8aef3d30350c30299 (patch) | |
tree | 4bdd5dff74448dbb176a0b1cdccf28fb81de2f69 /lisp/mastodon-profile.el | |
parent | 8c3f5435b977c04edbe86015ecdf7f9ba181e80e (diff) |
no lambdas allowed in buffer-spec update-function!
Diffstat (limited to 'lisp/mastodon-profile.el')
-rw-r--r-- | lisp/mastodon-profile.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/mastodon-profile.el b/lisp/mastodon-profile.el index 6dbe572..1200972 100644 --- a/lisp/mastodon-profile.el +++ b/lisp/mastodon-profile.el @@ -584,7 +584,6 @@ HEADERS means also fetch link headers for pagination." (link-header (when headers (mastodon-tl--get-link-header-from-response (cdr response)))) - (note (mastodon-profile--account-field account 'note)) (locked (mastodon-profile--account-field account 'locked)) (followers-count (mastodon-tl--as-string |