diff options
author | mousebot <mousebot@riseup.net> | 2021-10-28 17:51:43 +0200 |
---|---|---|
committer | mousebot <mousebot@riseup.net> | 2021-10-28 17:51:43 +0200 |
commit | 5c4da2fa589e930a25c18363f1f0ace50635786c (patch) | |
tree | 6b0eda05bf8550976f2ac574de049cfba2db3c5f /lisp/mastodon-notifications.el | |
parent | 36f9fe238b778d76809facd3d66120c2166f2c30 (diff) | |
parent | 998bfd60ed0ad1c4de161dd9a32c7786ee34b48a (diff) |
Merge branch 'develop' into imgcaching
Diffstat (limited to 'lisp/mastodon-notifications.el')
-rw-r--r-- | lisp/mastodon-notifications.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mastodon-notifications.el b/lisp/mastodon-notifications.el index c917124..2e9aea3 100644 --- a/lisp/mastodon-notifications.el +++ b/lisp/mastodon-notifications.el @@ -252,7 +252,7 @@ ID is the notification's own id, which is attached as a property." "Display NOTIFICATIONS in buffer." (interactive) (message "Loading your notifications...") - (mastodon-tl--init + (mastodon-tl--init-sync "notifications" "notifications" 'mastodon-notifications--timeline)) |