Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Re-use page for interaction query (jointakahe#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.
- Loading branch information