Open timmli opened 1 week ago
Since v1.1 of mastodon.el, the function mastodon-tl--byline has been changed in a way that breaks this nice add-on.
mastodon-tl--byline
See https://codeberg.org/martianh/mastodon.el/src/commit/35242a90c65bbee22c4690c8fa7393b9d48dd5d5/lisp/mastodon-tl.el#L793
Thus, advising mastodon-tl--byline does not work anymore:
(advice-add 'mastodon-tl--byline :around #'mastodon-alt-tl--byline)
Since v1.1 of mastodon.el, the function
mastodon-tl--byline
has been changed in a way that breaks this nice add-on.See https://codeberg.org/martianh/mastodon.el/src/commit/35242a90c65bbee22c4690c8fa7393b9d48dd5d5/lisp/mastodon-tl.el#L793
Thus, advising
mastodon-tl--byline
does not work anymore: