this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feeds/rapidfire.py: use createdAt

+1 -1
+1 -1
feeds/rapidfire.py
··· 24 24 if collection != 'app.bsky.feed.post': 25 25 return 26 26 27 - ts = commit['time'] 28 27 record = op['record'] 29 28 30 29 if all([ ··· 36 35 repo = commit['repo'] 37 36 path = op['path'] 38 37 post_uri = f'at://{repo}/{path}' 38 + ts = record['createdAt'] 39 39 40 40 with self.db_cnx: 41 41 langs = record.get('langs') or ['']