this repo has no description

Revert "feat(most-liked): check how deletes work"

This reverts commit 50253b7a144ea17a0c83fe663a4ff74625008f6f.

+1 -1
+1 -1
feeds/mostliked.py
··· 54 54 class MostLikedFeed(BaseFeed): 55 55 FEED_URI = 'at://did:plc:4nsduwlpivpuur4mqkbfvm6a/app.bsky.feed.generator/most-liked' 56 56 DELETE_OLD_POSTS_QUERY = """ 57 - delete from posts where create_ts < unixepoch('now', '-23 hours'); 57 + delete from posts where create_ts < unixepoch('now', '-24 hours'); 58 58 """ 59 59 60 60 def __init__(self):