videah / SkyBridge

A work in progress bridge/proxy that lets you use Mastodon apps with Bluesky

Home Page:https://skybridge.fly.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sengi Support Issues

cyberkitsune opened this issue · comments

Sorry if this is a bad format for this! Just checking in to report how Skybridge interacts with Sengi (a web / electron mastodon client that looks similar to TweetDeck)

What works

  • Login and OAuth
  • Loading feed from a refresh
  • Interacting (Favorite / Boost / etc) from feed

What doesn't

  • Updating / Loading in new timeline entries (missing streaming support maybe?)
  • Attempting to view individual posts / load profiles (seems to call /api/v2/search and returns a 404 on both posts and users)
    • Searching myself 404s on api/v2/search?q=@cyberkitsune.net@bsky.social&resolve=true
    • Searching a post of mine 404s on api/v2/search?q=https://bsky.app/profile/cyberkitsune.net/post/3k22drm445q2k&resolve=true
  • api/v1/scheduled_statuses seems to throw a 404 as well (unsure if important)