add redacts to event_fields in filter

This commit is contained in:
Sorunome 2019-10-24 21:32:28 +02:00
parent 2be8f3cc2b
commit 05385723ee
No known key found for this signature in database
GPG key ID: 63E31F7B5993A9C4

View file

@ -611,7 +611,8 @@ void Client::registerFilter() {
" \"sender\","
" \"state_key\","
" \"event_id\","
" \"origin_server_ts\""
" \"origin_server_ts\","
" \"redacts\""
" ]"
"}";