diff options
author | ThibG <thib@sitedethib.com> | 2020-12-17 06:51:49 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-17 06:51:49 +0100 |
commit | b1feb47055c121c1b6949bd7ef6734bf56c847bd (patch) | |
tree | 7d73046847b67fc40a8d05cade4de98f6c180fb5 /app/controllers/admin/pending_accounts_controller.rb | |
parent | 2032748050b5ed1491473886107f622eea8e0c3f (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/controllers/admin/pending_accounts_controller.rb')
0 files changed, 0 insertions, 0 deletions