We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3673e72 commit dffb9d3Copy full SHA for dffb9d3
matrix-sdk-android/src/main/java/org/matrix/android/sdk/internal/session/filter/RoomEventFilter.kt
@@ -81,7 +81,7 @@ internal data class RoomEventFilter(
81
*/
82
@Json(name = "lazy_load_members") val lazyLoadMembers: Boolean? = null,
83
/**
84
- * 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].
85
86
@Json(name = "unread_thread_notifications") val enableUnreadThreadNotifications: Boolean? = null,
87
) {
0 commit comments