Add ConsistentCopyVisibility for UserNewsResource

Change-Id: I39a311165cefc503060e8496bec58d7e4ffd42bc
pull/1837/head
Alex Vanyo 1 year ago
parent b574f5faa9
commit 93f3deafca

@ -22,6 +22,7 @@ import kotlinx.datetime.Instant
* A [NewsResource] with additional user information such as whether the user is following the
* news resource's topics and whether they have saved (bookmarked) this news resource.
*/
@ConsistentCopyVisibility
data class UserNewsResource internal constructor(
val id: String,
val title: String,

Loading…
Cancel
Save