about summary refs log tree commit diff
path: root/app/views/about
diff options
context:
space:
mode:
authorThibG <thib@sitedethib.com>2020-12-17 06:51:49 +0100
committerGitHub <noreply@github.com>2020-12-17 06:51:49 +0100
commitb1feb47055c121c1b6949bd7ef6734bf56c847bd (patch)
tree7d73046847b67fc40a8d05cade4de98f6c180fb5 /app/views/about
parent2032748050b5ed1491473886107f622eea8e0c3f (diff)
Improve searching for private toots from URL (#14856)
* Improve searching for private toots from URL

Most of the time, when sharing toots, people use the toot URL rather than
the toot URI, which makes sense since it is the user-facing URL.

In Mastodon's case, the URL and URI are different, and Mastodon does not
have an index on URL, which means searching a private toot by URL is done
with a slow query that will only succeed for very recent toots.

This change gets rid of the slow query, and attempts to guess the URI from
URL instead, as Mastodon's are predictable.

* Add tests

* Only return status with guessed uri if url matches

Co-authored-by: Claire <claire.github-309c@sitedethib.com>
Diffstat (limited to 'app/views/about')
0 files changed, 0 insertions, 0 deletions