chore: fix crash when failing to parse message (#202)

* clean up

* .

* fix rich text component

* clean up
This commit is contained in:
reya
2025-11-03 19:04:16 +07:00
committed by GitHub
parent 4ebe590f8a
commit a4067d2c00
12 changed files with 200 additions and 366 deletions

10
Cargo.lock generated
View File

@@ -1065,7 +1065,6 @@ dependencies = [
"gpui_tokio",
"indexset",
"itertools 0.13.0",
"linkify",
"log",
"nostr",
"nostr-sdk",
@@ -3508,15 +3507,6 @@ dependencies = [
"rust-ini",
]
[[package]]
name = "linkify"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
dependencies = [
"memchr",
]
[[package]]
name = "linux-raw-sys"
version = "0.4.15"