diff options
author | marty hiatt <martianhiatus@riseup.net> | 2024-10-19 21:55:39 +0200 |
---|---|---|
committer | marty hiatt <martianhiatus@riseup.net> | 2024-10-19 21:56:54 +0200 |
commit | cfe4703513dc574a58baf1fd7883082563bdbcc5 (patch) | |
tree | f39d942187af8495a882c6ba47278dab0d789074 /lisp/mastodon-notifications.el | |
parent | 595ad8b8620a63b7ef5a7569bc6cb44675904051 (diff) |
notifs: remove stale notifs code from tl--insert-status
Diffstat (limited to 'lisp/mastodon-notifications.el')
-rw-r--r-- | lisp/mastodon-notifications.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/mastodon-notifications.el b/lisp/mastodon-notifications.el index f163863..cb36616 100644 --- a/lisp/mastodon-notifications.el +++ b/lisp/mastodon-notifications.el @@ -46,7 +46,6 @@ (autoload 'mastodon-tl--find-property-range "mastodon-tl") (autoload 'mastodon-tl--has-spoiler "mastodon-tl") (autoload 'mastodon-tl--init "mastodon-tl") -(autoload 'mastodon-tl--insert-status "mastodon-tl") (autoload 'mastodon-tl--property "mastodon-tl") (autoload 'mastodon-tl--reload-timeline-or-profile "mastodon-tl") (autoload 'mastodon-tl--spoiler "mastodon-tl") |