diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-04-24 18:33:40 +0200 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-04-24 18:33:40 +0200 |
commit | d5fa6bbb03318490e0ad041d09331871e2877efb (patch) | |
tree | 3f073be442801d982c55685279d046d5bb974c44 /lisp/mastodon-tl.el | |
parent | f86a4434d43fe99eaf358f9c7f6ff842963ec611 (diff) |
heading for report to mods
Diffstat (limited to 'lisp/mastodon-tl.el')
-rw-r--r-- | lisp/mastodon-tl.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/mastodon-tl.el b/lisp/mastodon-tl.el index b4d90a2..c10c9ec 100644 --- a/lisp/mastodon-tl.el +++ b/lisp/mastodon-tl.el @@ -2110,6 +2110,9 @@ The suggestions are from followed tags, but any other tags are also allowed." tags))) (mastodon-tl--show-tag-timeline prefix selection))) + +;;; REPORT TO MODERATORS + (defun mastodon-tl--instance-rules () "Return the rules of the user's instance." (let ((url (mastodon-http--api "instance/rules"))) |