mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-18 04:08:44 +03:00
Add FIXME
This commit is contained in:
parent
3f10829dcd
commit
a4ef259bd2
1 changed files with 2 additions and 1 deletions
|
@ -28,7 +28,8 @@ internal object FilterUtil {
|
|||
*
|
||||
*
|
||||
* If data save mode is on, FilterBody will contains
|
||||
* "{\"room\": {\"ephemeral\": {\"types\": [\"m.receipt\"]}}, \"presence\":{\"notTypes\": [\"*\"]}}"
|
||||
* FIXME New expected filter:
|
||||
* "{\"room\": {\"ephemeral\": {\"notTypes\": [\"m.typing\"]}}, \"presence\":{\"notTypes\": [\"*\"]}}"
|
||||
*
|
||||
* @param filterBody filterBody to patch
|
||||
* @param useDataSaveMode true to enable data save mode
|
||||
|
|
Loading…
Add table
Reference in a new issue