add kdoc for getNewsResourceIds

pull/835/head
blackbracken 1 year ago
parent 805914dade
commit e9a16e437d

@ -65,6 +65,9 @@ interface NewsResourceDao {
filterNewsIds: Set<String> = emptySet(), filterNewsIds: Set<String> = emptySet(),
): Flow<List<PopulatedNewsResource>> ): Flow<List<PopulatedNewsResource>>
/**
* Fetches ids of news resources that match the query parameters
*/
@Transaction @Transaction
@Query( @Query(
value = """ value = """

Loading…
Cancel
Save