From ae32d2f725dc90e3acb70a03d0a6fd2e4e660ccf Mon Sep 17 00:00:00 2001 From: Alexander Griffith Date: Sat, 10 Mar 2018 06:01:17 -0500 Subject: Adds the notification timeline to mastodon.el closing #34. (#178) - Can now handle notifications (follow reblog favourite and mention) - Tests for each of the rendering functions are included - Added keybinding N to mastodon.el for mastodon-notifications-get - added mastodon-notifications to ert-helper.el --- test/ert-helper.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/ert-helper.el') diff --git a/test/ert-helper.el b/test/ert-helper.el index 2df46d3..6979837 100644 --- a/test/ert-helper.el +++ b/test/ert-helper.el @@ -4,5 +4,5 @@ (load-file "lisp/mastodon-toot.el") (load-file "lisp/mastodon-media.el") (load-file "lisp/mastodon-tl.el") +(load-file "lisp/mastodon-notifications.el") (load-file "lisp/mastodon.el") - -- cgit v1.2.3