Skip to content

issues #81: Display link previews beneath a message containing a link #384

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 27 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
fbade7b
issues #81: Display link previews beneath a message containing a link
laonger Feb 7, 2025
2a9078b
Merge branch 'main' of github.com:project-robius/robrix
laonger Feb 10, 2025
63b025d
merge mistake
laonger Feb 10, 2025
501a567
switch to url-preview(https://github.com/ZhangHanDong/url-preview) fo…
laonger Feb 20, 2025
aa1ab34
Merge branch 'project-robius:main' into main
laonger Feb 20, 2025
28dbad6
Merge branch 'main' of github.com:laonger/robrix
laonger Feb 20, 2025
5ca9da2
Merge branch 'main' into main
laonger Feb 21, 2025
c11b8df
Merge branch 'project-robius:main' into main
laonger Feb 22, 2025
5fe8c25
update url-preview version, and use no-cache mode
laonger Feb 26, 2025
60ab225
Merge branch 'main' into main
ZhangHanDong Feb 28, 2025
05c816a
fix clippy check error
laonger Feb 28, 2025
de3a841
restore the code formatting of the referenced module.
laonger Mar 5, 2025
be33cfb
restore the code formatting of the referenced module, again
laonger Mar 5, 2025
4042460
use reqwest version to 0.12
laonger Mar 5, 2025
ae3500a
doc error; change argument `matrix_sdk::Result<LinkPreviewCard>` of `…
laonger Mar 5, 2025
a155566
seperate LinkPreview logic from html_or_plaintext into link_preview.rs
laonger Mar 18, 2025
ac2173d
remove `raw_content` from LinkPreview.
laonger Mar 18, 2025
358a879
remove `raw_content` from LinkPreview.
laonger Mar 21, 2025
f8d4e29
rename card_cache.rs to link_preview_cache; rename share/link_preview…
laonger Apr 4, 2025
5f2d6ff
Reduce the usage of linkify
laonger Apr 4, 2025
1ad4837
add test cases for linkify.
laonger Apr 4, 2025
b814616
clippy
laonger Apr 4, 2025
c4b3ad7
Merge branch 'main' into main
laonger Apr 4, 2025
cebbb55
merge mistake
laonger Apr 4, 2025
e1a5d86
make link preview cache as global cache.
laonger Apr 5, 2025
8b7eadb
Merge branch 'main' into main
laonger Apr 5, 2025
796817a
Merge branch 'main' into main
laonger Apr 9, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,8 @@

.vscode
.DS_Store
CLAUDE.md
.readit
.tags
tags
.tag
CLAUDE.md
Loading