element-hq / dendrite

Dendrite is a second-generation Matrix homeserver written in Go!
https://element-hq.github.io/dendrite/
GNU Affero General Public License v3.0
37 stars 6 forks source link

Implement Third Party Lookups #633

Open matrixbot opened 3 weeks ago

matrixbot commented 3 weeks ago

This issue was originally created by @babolivier at https://github.com/matrix-org/dendrite/issues/633.

matrixbot commented 3 weeks ago

This comment was originally posted by @babolivier at https://github.com/matrix-org/dendrite/issues/633#issuecomment-452317695.

Actually there's a PR open for this: https://github.com/matrix-org/dendrite/pull/561

matrixbot commented 3 weeks ago

This comment was originally posted by @kegsay at https://github.com/matrix-org/dendrite/issues/633#issuecomment-679236775.

Sytests:

    × Can invite existing 3pid
    × Can invite existing 3pid with no ops into a private room
    × Can invite existing 3pid in createRoom
    × Can invite unbound 3pid
    × Can invite unbound 3pid over federation
    × Can invite unbound 3pid with no ops into a private room
    × Can invite unbound 3pid over federation with no ops into a private room
    × Can invite unbound 3pid over federation with users from both servers
    × Can accept unbound 3pid invite after inviter leaves
    × Can accept third party invite with /join
    × Can bind 3PID via home server
    × Can bind and unbind 3PID via homeserver
    × Can unbind 3PID via homeserver when bound out of band
    × 3PIDs are unbound after account deactivation
    × Can bind and unbind 3PID via /unbind by specifying the identity server
    × Can bind and unbind 3PID via /unbind without specifying the identity server
matrixbot commented 3 weeks ago

This comment was originally posted by @jittygitty at https://github.com/matrix-org/dendrite/issues/633#issuecomment-1140190252.

@spaetz Was that PR https://github.com/matrix-org/dendrite/pull/561 to address this deserted for any particular technical reason? I know its not "needed" to fix that Element Desktop app issue but was still wondering about #561