UNPKG

@amityco/ts-sdk

Version:

Amity Social Cloud Typescript SDK

12 lines 531 B
/** * Keeps the follow cache current for incoming/outgoing block changes for the * whole session — the ingest happens as a side effect inside * createBlockEventSubscriber, so the one-shot `getAllBlockedUsers()` / * `getAllBlockingUsers()` reflect RTE block/unblock within the TTL window. * * Registered via `setupLoginSubscriptions`; the returned unsubscriber is torn * down on logout. */ declare const _default: () => Amity.Unsubscriber; export default _default; //# sourceMappingURL=blockRealtimeOnLoginHandler.d.ts.map