A vibe coded tangled fork which supports pijul.
at bc79d65e925e99649841ce39fad638b6a2bb6414 11 lines 245 B view raw
1package session 2 3import ( 4 "github.com/bluesky-social/indigo/atproto/client" 5 "tangled.org/core/appview/oauth" 6) 7 8type Session struct { 9 User *oauth.MultiAccountUser // TODO: move MultiAccountUser def to here 10 AtpClient *client.APIClient 11}