···193193 bool bluesky = false,
194194 });
195195196196+ /// Get crosspost-only thread items for an anchor.
197197+ ///
198198+ /// Uses `so.sprk.feed.getCrosspostThread` and returns a thread structure
199199+ /// derived from the flat list response.
200200+ Future<Thread> getCrosspostThread(
201201+ AtUri anchor, {
202202+ int depth = 1,
203203+ int parentHeight = 0,
204204+ String sort = 'newest',
205205+ });
206206+196207 /// Get labels for a list of URIs
197208 ///
198209 /// [uris] List of post URIs to fetch labels for