element-hq / synapse

Synapse: Matrix homeserver written in Python/Twisted.
https://element-hq.github.io/synapse
GNU Affero General Public License v3.0
1.6k stars 201 forks source link

Adapt to Twisted 24.10.0rc1 #17886

Closed Yushu2606 closed 2 weeks ago

Yushu2606 commented 3 weeks ago

Pull Request Checklist

CLAassistant commented 3 weeks ago

CLA assistant check
All committers have signed the CLA.

Yushu2606 commented 3 weeks ago

17878

S7evinK commented 3 weeks ago

Can you incorporate the changes from #17878 in this PR? CI is complaining that _nameEncoder can not be found (well, Twisted isn't updated yet, so that makes sense)

Yushu2606 commented 3 weeks ago

Can you incorporate the changes from #17878 in this PR? CI is complaining that _nameEncoder can not be found (well, Twisted isn't updated yet, so that makes sense)

ok, sure

devonh commented 2 weeks ago

These changes have been superceded by this PR https://github.com/element-hq/synapse/pull/17894. It removes the usage of internal header encoding API completely.