Replace not needed

main
Bob Mottram 2025-03-31 12:51:07 +01:00
parent c5f8d44c4a
commit 4333803b04
1 changed files with 0 additions and 1 deletions

View File

@ -488,7 +488,6 @@ def update_likes_collection(recent_posts_cache: {},
collection_id = object_url
likes_len = len(collection_id) - len(likes_ending)
likes_of = collection_id[:likes_len]
collection_id = collection_id.replace('/statuses/', '/collection/')
if not obj.get('likes'):
if debug: