add kdoc for getNewsResourceIds

pull/1837/head
blackbracken 2 years ago
parent 8dff654571
commit 5a9ab08cfc

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

Loading…
Cancel
Save