Skip to content

Commit

Permalink
remove debug change
Browse files Browse the repository at this point in the history
  • Loading branch information
lartsch committed Dec 29, 2022
1 parent b6e7577 commit 95ec910
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/inject.js
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,6 @@ async function resolveHandleToHome(handle) {

// resolve a toot to the users home instance
async function resolveTootToHome(searchstring) {
return [false, false]
var requestUrl = 'https://' + settings.fediact_homeinstance + searchApi + "/?q=" + searchstring + "&resolve=true&limit=1&exclude_unreviewed=false"
var response = await makeRequest("GET", requestUrl, tmpSettings.tokenheader, null)
if (response) {
Expand Down
Loading

0 comments on commit 95ec910

Please sign in to comment.