mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-12 09:23:09 -06:00
parent
c3e87f19be
commit
abee5d1305
|
|
@ -63,7 +63,7 @@ func DefaultFilter() Filter {
|
|||
Room: FilterRoom{
|
||||
AccountData: DefaultFilterPart(),
|
||||
Ephemeral: DefaultFilterPart(),
|
||||
IncludeLeave: false, //TODO check default value on synapse
|
||||
IncludeLeave: false,
|
||||
NotRooms: nil,
|
||||
Rooms: nil,
|
||||
State: DefaultFilterPart(),
|
||||
|
|
|
|||
Loading…
Reference in a new issue