matrix-org / dendrite

Dendrite is a second-generation Matrix homeserver written in Go!
https://matrix-org.github.io/dendrite/
Apache License 2.0
5.62k stars 663 forks source link

Implement sending ephemeral events to appservices (MSC2409) #1566

Open bodqhrohro opened 3 years ago

bodqhrohro commented 3 years ago

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.

tulir commented 3 years ago

This should probably be split into two issues:

  1. Ignore unknown keys in appservice registration files
  2. Implement sending ephemeral events to appservices (MSC2409)
bodqhrohro commented 3 years ago

Done, I've split the parsing issue out: #1567

Kab1r commented 2 years ago

It's been a while and ignoring unknown keys is solved, so I might take a look at implementing this

Blintmester commented 1 year ago

Is there any progress on this? I am excited to see when it will be ready!

apprehensions commented 5 months ago

Anything new?