Bluesky via Discord connection + upgrade remix-auth + remove Twitter references (#2058)

* Remove Twitter references

* Upgrade remix auth, bsky via Discord

* Test
This commit is contained in:
Kalle
2025-01-28 17:22:45 +02:00
committed by GitHub
parent db10a177a8
commit 32c97a2467
85 changed files with 305 additions and 514 deletions

View File

@@ -3,7 +3,7 @@ import { pathnameFromPotentialURL } from "./strings";
describe("pathnameFromPotentialURL()", () => {
test("Resolves path name from valid URL", () => {
expect(pathnameFromPotentialURL("https://twitter.com/sendouc")).toBe(
expect(pathnameFromPotentialURL("https://bsky.app/sendouc")).toBe(
"sendouc",
);
});