aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-notifications.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/mastodon-notifications.el')
-rw-r--r--lisp/mastodon-notifications.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/mastodon-notifications.el b/lisp/mastodon-notifications.el
index d40815a..4bf30f1 100644
--- a/lisp/mastodon-notifications.el
+++ b/lisp/mastodon-notifications.el
@@ -140,11 +140,11 @@
(defun mastodon-notifications--get ()
"Display NOTIFICATIONS in buffer."
(interactive)
+ (message "Loading your nofications...")
(mastodon-tl--init
- "*mastodon-notifications*"
"notifications"
- 'mastodon-notifications--timeline)
- (message "Loading your nofications..."))
+ "notifications"
+ 'mastodon-notifications--timeline))
(provide 'mastodon-notifications)
;;; mastodon-notifications.el ends here