Fixes lint error

This commit is contained in:
ericdecanini 2022-10-24 21:39:31 -04:00
parent 3673e720fa
commit dffb9d3d9d

View File

@ -81,7 +81,7 @@ internal data class RoomEventFilter(
*/ */
@Json(name = "lazy_load_members") val lazyLoadMembers: Boolean? = null, @Json(name = "lazy_load_members") val lazyLoadMembers: Boolean? = null,
/** /**
* If true, this will opt-in for the server to return unread threads notifications in [RoomSync] * If true, this will opt-in for the server to return unread threads notifications in [RoomSync].
*/ */
@Json(name = "unread_thread_notifications") val enableUnreadThreadNotifications: Boolean? = null, @Json(name = "unread_thread_notifications") val enableUnreadThreadNotifications: Boolean? = null,
) { ) {