[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/mastodon e1885da9c1 02/76: move mastodon-notifications-gro
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/mastodon e1885da9c1 02/76: move mastodon-notifications-grouped-types to file mastodon.el. |
Date: |
Sun, 30 Mar 2025 13:01:36 -0400 (EDT) |
branch: elpa/mastodon
commit e1885da9c1126d436e7df374b6e3f115f697f788
Author: marty hiatt <martianhiatus@disroot.org>
Commit: marty hiatt <martianhiatus@disroot.org>
move mastodon-notifications-grouped-types to file mastodon.el.
---
lisp/mastodon-notifications.el | 5 -----
lisp/mastodon.el | 6 +++++-
2 files changed, 5 insertions(+), 6 deletions(-)
diff --git a/lisp/mastodon-notifications.el b/lisp/mastodon-notifications.el
index b795db4041..0283692a32 100644
--- a/lisp/mastodon-notifications.el
+++ b/lisp/mastodon-notifications.el
@@ -132,11 +132,6 @@ Notification types are named according to their name on
the server.")
("Edited" . "their post"))
"Alist of subjects for notification types.")
-(defvar mastodon-notifications-grouped-types
- '("reblog" "favourite") ;; TODO: implement follow!
- "List of notification types for which grouping is implemented.
-Used in `mastodon-notifications-get'")
-
(defvar mastodon-notifications--action-alist
'((reblog . "Boosted")
(favourite . "Favourited")
diff --git a/lisp/mastodon.el b/lisp/mastodon.el
index aefdc67786..c092f43850 100644
--- a/lisp/mastodon.el
+++ b/lisp/mastodon.el
@@ -105,7 +105,11 @@
(defvar mastodon-tl--highlight-current-toot)
(defvar mastodon-notifications--map)
-(defvar mastodon-notifications-grouped-types)
+
+(defvar mastodon-notifications-grouped-types
+ '("reblog" "favourite") ;; TODO: implement follow!
+ "List of notification types for which grouping is implemented.
+Used in `mastodon-notifications-get'")
(defgroup mastodon nil
"Interface with Mastodon."
- [nongnu] elpa/mastodon updated (fd59828c89 -> 163ba2b0b8), ELPA Syncer, 2025/03/30
- [nongnu] elpa/mastodon e1885da9c1 02/76: move mastodon-notifications-grouped-types to file mastodon.el.,
ELPA Syncer <=
- [nongnu] elpa/mastodon ef89f5849a 04/76: store user's access-token encrypted in the plstore. #310., ELPA Syncer, 2025/03/30
- [nongnu] elpa/mastodon 3b17af2c43 05/76: defcustom default t for encrypt user access token. #310, ELPA Syncer, 2025/03/30
- [nongnu] elpa/mastodon 438d3f701b 03/76: add mastodon-tl-follow-user-by-handle, mod tl--userhandle-from-url for it. FIX #665., ELPA Syncer, 2025/03/30
- [nongnu] elpa/mastodon 4c72994a48 06/76: add mastodon-forget-all-logins, ELPA Syncer, 2025/03/30
- [nongnu] elpa/mastodon 7a45ec461b 07/76: add auth-source customize, shorten some lines, ELPA Syncer, 2025/03/30
- [nongnu] elpa/mastodon 0fe10fbedf 08/76: add optional auth-source support., ELPA Syncer, 2025/03/30
- [nongnu] elpa/mastodon 642f39becf 25/76: clear client/auth variables in forget-logins., ELPA Syncer, 2025/03/30
- [nongnu] elpa/mastodon f764ffbb12 01/76: readme, sachac link, ELPA Syncer, 2025/03/30
- [nongnu] elpa/mastodon 7eed335c50 09/76: media.el: update media item help-echo. (did we lose copy image URL?), ELPA Syncer, 2025/03/30
- [nongnu] elpa/mastodon 48acaae37d 11/76: auth/client fixes: #668., ELPA Syncer, 2025/03/30