dendrite
dendrite copied to clipboard
Implement sending ephemeral events to appservices (MSC2409)
Description:
Dunno what's that for (probably some custom extension), but matrix-appservice-node generates configs with that key, and Dendrite fails to read it, so I had to remove the following line manually. Ideally, the config parser should just ignore unknown keys.
This should probably be split into two issues:
- Ignore unknown keys in appservice registration files
- Implement sending ephemeral events to appservices (MSC2409)
Done, I've split the parsing issue out: #1567
It's been a while and ignoring unknown keys is solved, so I might take a look at implementing this
Is there any progress on this? I am excited to see when it will be ready!
Anything new?