diff options
author | mousebot <mousebot@riseup.net> | 2022-02-16 10:37:48 +0100 |
---|---|---|
committer | mousebot <mousebot@riseup.net> | 2022-02-17 09:53:06 +0100 |
commit | 121a09f5986dff508d713b772a54a4c8b4d446c4 (patch) | |
tree | 78fce4527da33866b9acb6f7c9955c11dd0b9a89 /lisp/mastodon-profile.el | |
parent | 7d12bfac3c9adfae63529cc2a9d10ab006fc7b5f (diff) |
run goto-first-item in tl--init, unless profile view
- remove call to goto-next-item from view filters and view foll suggests
tweak init-sync goto-first-item behaviour
remove call to goto-next-toot on profile load
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 0119a36..7e78fd7 100644 --- a/lisp/mastodon-profile.el +++ b/lisp/mastodon-profile.el @@ -378,7 +378,6 @@ Returns a list of lists." (mastodon-profile--insert-statuses-pinned pinned) (setq mastodon-tl--update-point (point))) ;updates to follow pinned toots (funcall update-function json))) - ;;(mastodon-tl--goto-next-toot) (goto-char (point-min)))) (defun mastodon-profile--get-toot-author () |