mirror of
https://github.com/jointakahe/takahe.git
synced 2024-11-22 07:10:59 +00:00
9ae9e03b9d
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. |
||
---|---|---|
.. | ||
admin | ||
__init__.py | ||
compose.py | ||
debug.py | ||
explore.py | ||
follows.py | ||
posts.py | ||
search.py | ||
timelines.py |