branch: elpa/mastodon
commit b3fe122fe62097b60a9c67479087934b212a7091
Author: marty hiatt <[email protected]>
Commit: marty hiatt <[email protected]>

    comment re update/reload view
---
 lisp/mastodon-tl.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lisp/mastodon-tl.el b/lisp/mastodon-tl.el
index f6700ed391..1cc00c1e2a 100644
--- a/lisp/mastodon-tl.el
+++ b/lisp/mastodon-tl.el
@@ -3538,7 +3538,8 @@ This location is defined by a non-nil value of
   "Update timeline with new toots."
   (interactive)
   ;; FIXME: actually these buffers should just reload by calling their own
-  ;; load function (actually g is mostly mapped as such):
+  ;; load function (actually g is mostly mapped as such)
+  ;; well actually, g should be for reload, update is different.
   (if (or (member (mastodon-tl--get-buffer-type)
                   '(trending-statuses
                     trending-tags

Reply via email to