Last Notes
I got the dependency issues fixed. But look like async api from sdk didn't work in wasm enviroment?
```
error: future cannot be sent between threads safely
--> crates/state/src/lib.rs:307:12
|
307 | cx.background_spawn(async move {
| ^^^^^^^^^^^^^^^^ future created by async block is not `Send`
|
= help: the trait `std::marker::Send` is not implemented for `dyn futures::Future<Output = Result<nostr_sdk::prelude::Event, nostr_gossip_memory::prelude::Error>>`
note: future is not `Send` as it awaits another future which is not `Send`
--> crates/state/src/lib.rs:309:25
|
309 | let event = EventBuilder::new(Kind::Custom(5315), "")
| _________________________^
310 | | .tags(vec![
311 | | Tag::custom("param", vec!["search", &query]),
312 | | Tag::custom("param", vec!["limit", "10"]),
313 | | ])
314 | | .finalize_async(&signer)
| |________________________________________^ await occurs here on type `Pin<Box<dyn futures::Future<Output = Result<nostr_sdk::prelude::Event, nostr_gossip_memory::prelude::Error>>>>`, which is not `Send`
note: required by a bound in `background_spawn`
```
I think mostly github stars are made by bots 🤣
Look like rust-secp256k1 isn't support wasm either. Do you know other solution?
Hi @npub1drv…seet
I want to port coop (desktop) to web via wasm, but look like getrandom isn't enable wasm support (via wasm_js feature). Can you enable it in the main repo?
I see Japanese users are very consistent in using Nostr everyday.
I want to learn zig someday, it seem fun
Why is the EU so obsessed with Chat Control? I hear about it every month. #asknostr
My instinct tell me that Proton (mail/drive/vpn/etc...) isn't good guy.
this remind me about the terra/luna shitcoin 🤣
I've fixed the issue with nostr connect, tested with nak and auth.njump.me relay. You can update via zapstore or install new build here: https://git.reya.su/reya/coop-mobile/releases/tag/v0.2.4
cc: @npub1msd…meds
hmm, somehow I still got the warning. maybe it don't work on KMP but only Android?
Hi @npub1drv…seet
Do you know how to enable the 16KB support for nostr-sdk? Look like modern android require it.
https://nostr.download/35211622782ff7846b4198713f342b47a752a565078e4bcab5a4909c94edd3d5.png
learning korean, pretty interesting language.
I think this is a bug from haven, instead of sent auth-request, it sent:
```
2026-06-27T14:19:18.099984Z DEBUG nostr_sdk::relay::inner: Received '["CLOSED","gift-wraps","blocked: you must be in the web of trust to chat with the relay owner"]' from 'wss://relay.reya.su/chat'
```
Also
```
2026-06-27T14:19:18.157682Z DEBUG nostr_sdk::relay::inner: Skip re-subscription of 'gift-wraps'
```