Draft
Conversation
* change release process to produce only python package * remove macos13 os * remove aarch64 architecture * remove tar of debs packages * add comment * add release process for tchap --------- Co-authored-by: Mathieu Velten <matmaul@gmail.com>
- Block federation requests and events authenticated using a known insecure signing key. See [CVE-2026-24044](https://www.cve.org/CVERecord?id=CVE-2026-24044) / [ELEMENTSEC-2025-1670](GHSA-qwcj-h6m8-vp6q). ([\element-hq#19459](element-hq#19459)) # -----BEGIN PGP SIGNATURE----- # # iQIzBAABCgAdFiEE7qit+jwB/tnnqkQqItYrhFUnGfwFAmmN9ucACgkQItYrhFUn # Gfxn0RAAphtPC/LnSaefBHgNNKN0cnFK6N9FvuvKyEkqKYQNNoCaAGW2NzmeFfcX # lPKCZWaABgCQUTxQWf2ck2VlGe3SwcLTUwcIjnlVs8uYP8JiTek8743Czx8T88M1 # TlotLgnH93nNudXOCXAThYbktrOZZtJM1E7AWJLUfQcUFS30ZbEgCYAmCuJ60OgL # jn80CKHQJxw9u1Hty1G9yN2j0gLjO4KRkSuQ7jc3ouG2Fx/HQZ8H1/zX/H4niClN # Y5VAPp0V0VN9KKV1xJXayDQ25ytAqkZvOpBnMIhHmCEFKElio3BlpjnlajsGfIqW # 6SKwmDczjrdKwbnOFtOFUzqs2LWm9RZOo8mrdDpb4uWiZ8ANnyffajrROzRGCI8d # 8NeOJKYl9fHZrEtAiZYPBYJNOtmW/+CtxckfOkBKri4i8ryDsXS2iER7LrMc2tyd # oZVVDLX2l74KLw4NziSxqheQVKFShSWBxuDb2AVk15BhoMZd7YcAP+VFtmf0ZtUD # XBaGQ+oWA4C2a8WSVHPXezSwt78sKcILH1bL6ZzUUen0k8bavjxW0xb3Db4F00D1 # P/SXHdN18XYdsjYcpC1b1zuUUVLD5wXnVj2fKAWlierokD1Y3Q6G6NREI/L4G350 # asu+ejyQrJn3VKoFtGccfGdvNlp8BKxCvWNXA/cy5042HUuSJiY= # =/PNG # -----END PGP SIGNATURE----- # gpg: Signature made Thu Feb 12 16:51:03 2026 CET # gpg: using RSA key EEA8ADFA3C01FED9E7AA442A22D62B84552719FC # gpg: Can't check signature: No public key # Conflicts: # .github/workflows/release-artifacts.yml # synapse/app/_base.py
mcalinghee
commented
Feb 17, 2026
| Search results from federated servers | ||
| """ | ||
| # Use the {user_id}_{search_term} as cache key | ||
| cache_key = f"{user_id}_{search_term}" |
Author
There was a problem hiding this comment.
il faudra changer cette cle de cache (pour y mettre le search token?) et peut etre changer le timeout de 1h(timeout_ms=60 * 60 * 1000)
mcalinghee
commented
Feb 17, 2026
| body = parse_json_object_from_request(request) | ||
|
|
||
| limit = int(body.get("limit", 10)) | ||
| limit = int(body.get("limit", 5)) |
799edb6 to
6d915b4
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
MSC Federated User Directory :
https://github.com/tchapgouv/matrix-spec-proposals/blob/fed-user-dir/proposals/4258-federated-user-directory.md
Pull Request Checklist
EventStoretoEventWorkerStore.".code blocks.(run the linters)
TODO:
msc4258_enabled)