temporary workaround for a failing sync due to unexpected enableUnreadThreadNotifications
param
This commit is contained in:
parent
dff210c6c9
commit
0c40acb186
@ -67,7 +67,9 @@ internal object FilterFactory {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private fun createElementTimelineFilter(): RoomEventFilter? {
|
private fun createElementTimelineFilter(): RoomEventFilter? {
|
||||||
return RoomEventFilter(enableUnreadThreadNotifications = true)
|
// we need to check if homeserver supports thread notifications before setting this param
|
||||||
|
// return RoomEventFilter(enableUnreadThreadNotifications = true)
|
||||||
|
return null
|
||||||
}
|
}
|
||||||
|
|
||||||
private fun createElementStateFilter(): RoomEventFilter {
|
private fun createElementStateFilter(): RoomEventFilter {
|
||||||
|
Loading…
Reference in New Issue
Block a user