mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-18 12:18:48 +03:00
temporary workaround for a failing sync due to unexpected enableUnreadThreadNotifications
param
This commit is contained in:
parent
3b2718951b
commit
38651353aa
1 changed files with 3 additions and 1 deletions
|
@ -67,7 +67,9 @@ internal object FilterFactory {
|
|||
}
|
||||
|
||||
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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue