Add FIXME

This commit is contained in:
Benoit Marty 2019-03-19 16:13:12 +01:00
parent 3f10829dcd
commit a4ef259bd2
1 changed files with 2 additions and 1 deletions

View File

@ -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