takahe/activities/views
Gabriel Rodríguez Alberich 8db05bed95
Prevent n+1 queries when rendering timelines (#165)
The linkify_mentions function is traversing the post's mentions, so
better prefetch those.
2022-12-14 10:16:22 -07:00
..
admin Hashtags 2022-11-28 21:41:36 -07:00
__init__.py Got up to incoming posts working 2022-11-11 22:02:43 -07:00
compose.py Set the content type and disposition of webp files uploaded to S3 2022-12-13 23:26:19 -07:00
explore.py Hashtags 2022-11-28 21:41:36 -07:00
follows.py Only cache unauthenticated page views (#117) 2022-12-05 22:23:07 -07:00
posts.py Basic post mutation 2022-12-12 11:56:49 -07:00
search.py More API read coverage 2022-12-12 11:56:49 -07:00
timelines.py Prevent n+1 queries when rendering timelines (#165) 2022-12-14 10:16:22 -07:00