rDrama/files/routes
justcool393 2dd74d3acd don't constantly check for reposts when it's obvious there can't be one
we currently spam the /is_repost api on every single character change in the URL box even though there is no way these URLs would ever be submitted to the site

introducing a frankly conservative limit to where we start actually pinging both the api and (on the backend) the database for reposts may help in some cases

the current constant was chosen by taking the length of "http://" and adding 2 to it
2022-10-14 03:27:45 -07:00
..
__init__.py
admin.py
asset_submissions.py
awards.py
casino.py
chat.py
comments.py
discord.py
errors.py
feeds.py
front.py
giphy.py
hats.py
login.py
lottery.py
notifications.py
oauth.py
polls.py
posts.py don't constantly check for reposts when it's obvious there can't be one 2022-10-14 03:27:45 -07:00
reporting.py
search.py
settings.py
static.py
subs.py
users.py
votes.py