Fixes lint error
This commit is contained in:
parent
3673e720fa
commit
dffb9d3d9d
|
@ -81,7 +81,7 @@ internal data class RoomEventFilter(
|
|||
*/
|
||||
@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,
|
||||
) {
|
||||
|
|
Loading…
Reference in New Issue