DebugFeedConversationUseCase
interface DebugFeedConversationUseCase
Debug-only use case that can feed a conversation with various synthetic datasets (reactions, unread events, etc.) for performance and behaviour testing.
This is intended strictly for developer tooling (hidden debug screens, local profiling, QA scenarios).
Inheritors
Functions
Link copied to clipboard
abstract suspend operator fun invoke(conversationId: <Error class: unknown class>, config: DebugFeedConfig = DebugFeedConfig.All): DebugFeedResult