diff options
author | mousebot <mousebot@riseup.net> | 2021-10-25 11:37:08 +0200 |
---|---|---|
committer | mousebot <mousebot@riseup.net> | 2021-10-25 11:37:08 +0200 |
commit | f67558804e899306f6495c934bd25adff814d092 (patch) | |
tree | bcda5a27f9127eb322f902fe0d5cc8c7723b2353 /lisp/mastodon-notifications.el | |
parent | 67e515edbbaa660757ecdcf87bbdfe353eb652f2 (diff) |
restore original tl--init as tl--init-sync.
- use it for eg notifications
- this because i suspect sync is sometimes faster.
- with async init*, i often have to press a key to trigger the request
- perhaps good to have both in the code, and choose which to use when
- cd also poss make this a customize.
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)) |