branch: elpa/mastodon
commit c2fe3eec129b2a6cd79a0ce051d1e554962b8ca9
Author: marty hiatt <[email protected]>
Commit: marty hiatt <[email protected]>
get/set last read notif ID
---
lisp/mastodon-notifications.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lisp/mastodon-notifications.el b/lisp/mastodon-notifications.el
index 591c2d6cc3..03cee14417 100644
--- a/lisp/mastodon-notifications.el
+++ b/lisp/mastodon-notifications.el
@@ -813,7 +813,7 @@ Status notifications are created when you call
(resp (mastodon-http--get-json endpoint params)))
(map-nested-elt resp '(notifications last_read_id))))
-(defun mastodon-notifications-get-single-notif ()
+(defun mastodon-notifications--get-single-notif ()
"Return a single notification JSON for v2 notifs."
(interactive)
(let* ((id ;; grouped (should work for ungrouped items):