Add ConsistentCopyVisibility for UserNewsResource

Change-Id: I39a311165cefc503060e8496bec58d7e4ffd42bc
pull/1601/head
Alex Vanyo 3 weeks ago
parent e135b49736
commit 07703d679b

@ -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