setFilter

abstract suspend fun setFilter(userId: Long, filter: TimelineFilter)

Controls the filter of the timeline. Filter affects PagingData returned by createFilteredPagingFlow and createFilteredPagingFlow.

Allows including photos/videos and/or uploaded/not uploaded. For more information see TimelineFilter.

See also