fedimbed: i kept typing limmy instead of lemmy the entire time bruh

This commit is contained in:
Cynthia Foxwell 2023-09-22 21:32:07 -06:00
parent 4458a14acb
commit 5036559407
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ async function signedFetch(url, options) {
async function processUrl(msg, url, spoiler = false) {
let urlObj = new URL(url);
// some limmy instances have old reddit frontend subdomains
// some lemmy instances have old reddit frontend subdomains
// but these frontends are just frontends and dont actually expose the API
if (urlObj.hostname.startsWith("old.")) {
urlObj.hostname = urlObj.hostname.replace("old.", "");