Open adnull opened 1 month ago
Attention: Patch coverage is 68.23529%
with 135 lines
in your changes missing coverage. Please review.
Project coverage is 67.74%. Comparing base (
6cd1285
) to head (f58da42
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Thanks for contributing to Dendrite!
The repo has been cloned into element-hq/dendrite and made the switch to AGPL as per https://matrix.org/blog/2023/11/06/future-of-synapse-dendrite/. For more information, feel free to read this and this
If you still wish to contribute under the new license, feel free to create a new PR over at element-hq/dendrite.
This PR introduces the missing URL Preview functionality ( Issue #1303 )
According to the specification that endpoint requests require authentication and are rate limited. There are both endpoints (v1 and v3) as some clients still use deprecated endpoints for url preview requests.
Key features:
Missing:
I'd like somebody to take a look at the code.
Signed-off-by:
Aleksandr Dubovikov <d.lexand@gmail.com>