Open imax9000 opened 6 days ago
@imax9000 Could you attach the link to the profile with more than 30 lists?
Here are a few:
bluesky=# select count, 'https://bsky.app/profile/' || did from (select repo as id, count(*) from records where collection='app.bsky.graph.list' and not deleted group by repo) join repos using (id) order by count desc limit 10;
count | ?column?
-------+-----------------------------------------------------------
210 | https://bsky.app/profile/did:plc:pwlfo4w6auzwihryxik32t6d
171 | https://bsky.app/profile/did:plc:tsfj4ybk5ke3gxfymzksnhwu
161 | https://bsky.app/profile/did:plc:a3pshickwc2522q5l73vsweq
109 | https://bsky.app/profile/did:plc:l3xkhxqujdpybq6uwxjgrkrz
100 | https://bsky.app/profile/did:plc:sbzvs4amqvtmveswkrs34qon
91 | https://bsky.app/profile/did:plc:ndywsez2becfh2hxp7ugrwwz
85 | https://bsky.app/profile/did:plc:tdq2tzpiggojebao3mgwemqt
81 | https://bsky.app/profile/did:plc:z5rc7zwgmfg6v35steefdeyb
74 | https://bsky.app/profile/did:plc:7qbjf7s5trvjyy3qsw6ehcos
73 | https://bsky.app/profile/did:plc:d4efji3r7iqvev73zc5kjelp
(10 rows)
I've checked two of them myself and it seemed to work fine =/ But breaks on this one: https://bsky.app/profile/did:plc:bmjomljebcsuxolnygfgqtap
Steps to Reproduce
app.bsky.graph.getLists
request sentAttachments
No response
What platform(s) does this occur on?
Web (Desktop)
Device Info
Firefox 132.0.1 on Windows
What version of the app are you using?
Build version: 1.93.0; Bundle info: 7731136 (prod); Bundle date: 24110818; Platform: web
Additional Information
No response