Skip to content

Commit dffb9d3

Browse files
committed
Fixes lint error
1 parent 3673e72 commit dffb9d3

File tree

1 file changed

+1
-1
lines changed
  • matrix-sdk-android/src/main/java/org/matrix/android/sdk/internal/session/filter

1 file changed

+1
-1
lines changed

matrix-sdk-android/src/main/java/org/matrix/android/sdk/internal/session/filter/RoomEventFilter.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ internal data class RoomEventFilter(
8181
*/
8282
@Json(name = "lazy_load_members") val lazyLoadMembers: Boolean? = null,
8383
/**
84-
* If true, this will opt-in for the server to return unread threads notifications in [RoomSync]
84+
* If true, this will opt-in for the server to return unread threads notifications in [RoomSync].
8585
*/
8686
@Json(name = "unread_thread_notifications") val enableUnreadThreadNotifications: Boolean? = null,
8787
) {

0 commit comments

Comments
 (0)