aboutsummaryrefslogtreecommitdiff
path: root/sx-notify.el
diff options
context:
space:
mode:
Diffstat (limited to 'sx-notify.el')
-rw-r--r--sx-notify.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/sx-notify.el b/sx-notify.el
index 0c9a5b8..24aa9b7 100644
--- a/sx-notify.el
+++ b/sx-notify.el
@@ -72,11 +72,11 @@
(setq sx-inbox--unread-inbox
(cl-remove-if
(lambda (x) (member (cdr (assq 'link x)) sx-inbox--read-inbox))
- (append (sx-inbox-get) nil)))
+ (sx-inbox-get)))
(setq sx-inbox--unread-notifications
(cl-remove-if
(lambda (x) (member (cdr (assq 'link x)) sx-inbox--read-notifications))
- (append (sx-inbox-get t) nil))))
+ (sx-inbox-get t))))
(provide 'sx-notify)
;;; sx-notify.el ends here