diff options
author | marty hiatt <martianhiatus@disroot.org> | 2024-10-30 12:59:26 +0100 |
---|---|---|
committer | marty hiatt <martianhiatus@disroot.org> | 2024-10-30 12:59:26 +0100 |
commit | db0e6bdf54833df7ca89afe7341bd89e2e689f7b (patch) | |
tree | 82024fcaf2bbfcf5e0a2296568828a5705af53dd | |
parent | 14e3fa36cb2e36a36e13005ac5b54cd2aed3f512 (diff) | |
parent | e97547a1604944cb281d95c3e94848f2b559a16d (diff) |
Merge branch 'develop' into non-group-notifs
-rw-r--r-- | lisp/mastodon-tl.el | 2 | ||||
-rw-r--r-- | lisp/mastodon.el | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/lisp/mastodon-tl.el b/lisp/mastodon-tl.el index 6c043ac..3a7988e 100644 --- a/lisp/mastodon-tl.el +++ b/lisp/mastodon-tl.el @@ -160,7 +160,7 @@ nil." (favourite . ("⭐" . "F")) (bookmark . ("🔖" . "K")) (media . ("📹" . "[media]")) - (verified . ("" . "V")) + (verified . ("✓" . "V")) (locked . ("🔒" . "[locked]")) (private . ("🔒" . "[followers]")) (direct . ("✉" . "[direct]")) diff --git a/lisp/mastodon.el b/lisp/mastodon.el index 211a9bc..b544d5b 100644 --- a/lisp/mastodon.el +++ b/lisp/mastodon.el @@ -6,8 +6,8 @@ ;; Author: Johnson Denen <johnson.denen@gmail.com> ;; Marty Hiatt <mousebot@disroot.org> ;; Maintainer: Marty Hiatt <mousebot@disroot.org> -;; Version: 1.1.2 -;; Package-Requires: ((emacs "28.1") (request "0.3.0") (persist "0.4") (tp "0.1")) +;; Version: 1.1.3 +;; Package-Requires: ((emacs "28.1") (request "0.3.0") (persist "0.4") (tp "0.5")) ;; Homepage: https://codeberg.org/martianh/mastodon.el ;; This file is not part of GNU Emacs. |