takahe/activities
Corry Haines 9ae9e03b9d
Re-use page for interaction query (#351)
Original code caused the query on timeline to issue twice. Once to satisfy the interactions lookup (which had no LIMIT) and then again for the page (which had a LIMIT 25).

Presumably we want interactions for the paginated events, especially since the un-LIMITed query would become extremely inefficient.
2023-01-04 16:42:57 -07:00
..
migrations Add indexes for Stator and some of its common tasks (#332) 2023-01-01 10:58:13 -07:00
models Authors should also see their own posts 2023-01-02 17:21:56 -07:00
services Move like/boost/reply counts onto Post model 2022-12-31 13:52:30 -07:00
templatetags Basic OpenGraph support (#267) 2022-12-26 10:39:33 -07:00
views Re-use page for interaction query (#351) 2023-01-04 16:42:57 -07:00
__init__.py Got up to incoming posts working 2022-11-11 22:02:43 -07:00
admin.py Hashtag stats are only computed when a Post is edited or updated (#299) 2022-12-27 19:42:38 -07:00
apps.py Got up to incoming posts working 2022-11-11 22:02:43 -07:00