mirror of
https://codeberg.org/cage/tinmop/
synced 2025-03-15 11:50:03 +01:00
used correct type for tags in status (was using 'tag' instead of 'status-tag').
This commit is contained in:
parent
a70b636d44
commit
5c76bfb45b
@ -1362,8 +1362,7 @@ than (swconf:config-purge-history-days-offset) days in the past"
|
||||
(loop
|
||||
for tag in tags
|
||||
for tag-name in tag-names do
|
||||
(let ((tag-history (or (tooter:history tag)
|
||||
(api-client:make-placeholder-tag-histogram))))
|
||||
(let ((tag-history (api-client:make-placeholder-tag-histogram)))
|
||||
(update-db tag-history :tag tag-name)))
|
||||
(update-db parent
|
||||
:skip-ignored-p skip-ignored-p
|
||||
|
Loading…
x
Reference in New Issue
Block a user