1
0
mirror of https://codeberg.org/cage/tinmop/ synced 2025-01-12 02:13:58 +01:00

- fixed some docstrings.

This commit is contained in:
cage 2024-05-14 19:53:30 +02:00
parent 3db84cb571
commit 946e677acb

View File

@ -315,7 +315,7 @@ Returns nil if the user did not provided a server in the configuration file"
(tooter:unfollow-tag *client* tag-name)) (tooter:unfollow-tag *client* tag-name))
(defun-api-call get-followed-tags (&key max-id since-id min-id (limit 20)) (defun-api-call get-followed-tags (&key max-id since-id min-id (limit 20))
"Unfollow a tag" "get a list of tags object that the user follows"
(tooter:collect-all-pages *client* (tooter:collect-all-pages *client*
(tooter:followed-tags *client* (tooter:followed-tags *client*
:max-id max-id :max-id max-id