eslint ignore
This commit is contained in:
committed by
Eric Bailey
parent
0b197609fb
commit
fcc5ced9fc
@@ -1,3 +1,4 @@
|
|||||||
|
/* eslint-disable no-labels */
|
||||||
import {AppBskyUnspeccedDefs, type ModerationOpts} from '@atproto/api'
|
import {AppBskyUnspeccedDefs, type ModerationOpts} from '@atproto/api'
|
||||||
|
|
||||||
import {
|
import {
|
||||||
|
|||||||
@@ -198,7 +198,7 @@ export type TraversalMetadata = {
|
|||||||
* "seen" on first load. Use `repliesIndexCount` for the total number of
|
* "seen" on first load. Use `repliesIndexCount` for the total number of
|
||||||
* replies that were hydrated in the response.
|
* replies that were hydrated in the response.
|
||||||
*
|
*
|
||||||
* After traverssal, we can use this to calculate if we actually got all the
|
* After traversal, we can use this to calculate if we actually got all the
|
||||||
* replies we expected, or if some were blocked, etc.
|
* replies we expected, or if some were blocked, etc.
|
||||||
*/
|
*/
|
||||||
repliesSeenCount: number
|
repliesSeenCount: number
|
||||||
|
|||||||
Reference in New Issue
Block a user