1
0
mirror of https://codeberg.org/diginaut/digimarks.git synced 2026-05-06 16:54:10 +02:00

Fix for property after refactoring the model

This commit is contained in:
2025-05-13 22:18:41 +02:00
parent d8c8d87568
commit 343ac01086
+1 -1
View File
@@ -555,7 +555,7 @@ def list_tags_for_user(
).all()
tags = []
for bookmark in bookmarks:
tags += bookmark.tags_list
tags += bookmark.tag_list
return clean_tags(tags)