forked from rDrama/rDrama
1
0
Fork 0
rDrama/files
Snakes ed42f14a77 Fix frontlist failing on pin expiry.
Proximate cause of 500 error on frontpage is that `Query` has no
such method `remove(...)`. Merely removing the line can't guarantee
identical logic, but I'm not quite clear if explicit removal from the
Query pseudo-collection is necessary, or if the final `pins` variable
after `Query.all()` will be appropriately filtered. It appears to
work right in practice, and the risk of expired pins persisting for
one extra pageload for only one user seems relatively minor.
2022-07-03 13:04:13 -04:00
..
classes more query optimization v3 2022-07-03 13:56:40 +02:00
helpers minor logic change in /@username 2022-07-03 14:12:33 +02:00
mail reducing query volume, #2 2022-06-26 03:11:02 +02:00
routes Fix frontlist failing on pin expiry. 2022-07-03 13:04:13 -04:00
templates more query optimization v3 2022-07-03 13:56:40 +02:00
tests vdffsd 2022-05-23 00:45:04 +02:00
__init__.py Revert "delete useless file" 2022-06-10 21:50:09 -04:00
__main__.py don't commit if error happens 2022-06-27 07:24:11 +02:00
cli.py Fix cli.py running in wrong working directory. 2022-06-19 05:28:07 -04:00