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`
```
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
I think mostly github stars are made by bots 🤣
My instinct tell me that Proton (mail/drive/vpn/etc...) isn't good guy.
this remind me about the terra/luna shitcoin 🤣
Why is the EU so obsessed with Chat Control? I hear about it every month. #asknostr
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'
```
the issue still persist, here are my logs:
```
2026-06-27T14:19:18.058769Z DEBUG nostr_sdk::relay::inner: Received '["AUTH","050e843f5f3ee2d0"]' from 'wss://relay.reya.su/chat'
2026-06-27T14:19:18.069279Z DEBUG nostr_sdk::relay::inner: Sending '["AUTH",{"content":""
2026-06-27T14:19:18.099984Z DEBUG nostr_sdk::relay::inner: Received '["CLOSED","gift-wraps","
2026-06-27T14:19:18.100058Z DEBUG nostr_sdk::relay::inner: Removing subscription. url=wss://relay.reya.su/chat id=gift-wraps
2026-06-27T14:19:18.120491Z DEBUG nostr_sdk::relay::inner: Received '["OK","3dfb
2026-06-27T14:19:18.120723Z INFO nostr_sdk::relay::inner: Authenticated to relay. url=wss://relay.reya.su/chat
```
Hi @npub1drv…seet
I've noticed a strange issue when nostr-sdk close subscription early without wait for AUTH completed, this is why sometime Coop cannot load full messages because it cannot read from relay. The flow look like this:
User send REQ -> Relay send AUTH and CLOSED -> SDK is sending AUTH and also remove the subscription because of CLOSED -> Relay return OK -> SDK cannot resubscribe because the subscription was removed.
Relay software: https://github.com/barrydeen/haven/
Keychat using Signal/MLS protocol but Coop is just pure NIP-17 implementation
Hi @npub1wf4…dgh9
I wonder how can I add my app (https://zapstore.dev/apps/su.reya.coop) to the Private Chats curated list. Or it is manually maintaining?
I think GTA6 will be the biggest slop this year
Thank for helping me testing Coop.
I've fixed my issue by create a custom zapstore.yaml file
I just run:
```
zsp publish --wizard
```
then enter my repo url
Hi @npub1wf4…dgh9
I want to publish my app to Zapstore, but when I enter the URL, I always got the error: "The wizard supports GitHub, GitLab, Gitea, F-Droid, or local paths...".
My repo: https://git.reya.su/reya/coop-mobile
I'm not even play GTA 5 yet
I'm 😁. Do you use android phone? I need someone help me test some stuffs and the UI, still in alpha
Is it still using the character swap combat?
first time I hear about odin, seem cool language
but I think deleting X is a mistake, no way you can promote nostr ...on nostr
the only LLM that works consistently for me, others are just overpriced and sometimes work, sometimes dont
hi @npub1drv…seet , check my nip17 dm
Summer Game Fest this year is awesome
Yup, I'm working to fix it.
I still keep my instagram account just for this
Hi @npub1msd…meds
I've pushed a new build, it is fixed all your issues on yesterday. you can it here: https://git.reya.su/reya/coop-mobile/releases/tag/v0.1.6
let me know if you catch any issues
I've fixed this issue on the master branch, I will push a new build today too after fix the empty room problem
Look like internal state issue, I will look into that. If no major crash issues, I will release a stable version next week
Hi @npub1msd…meds
Can you help me test this build? https://git.reya.su/reya/coop-mobile/releases/tag/v0.1.5
I've added a proper screen for crash report, so you will know what's happened
the chip is ok, but windows is hot garbage
I'm also sent a message to you (nip-4e)
Okay, I think I've found the problem
Hi @npub1msd…meds
I've pushed a new build, let me know if the app still crashing on startup. The next build will take a bit longer but will be the stable one, I'm also publish it to zapstore and playstore
https://git.reya.su/reya/coop-mobile/releases/tag/v0.1.3
Yes, I've received your messages
Yes, I'll published it to zapstore later
Yo, if you're bored on the weekend, please help me run and test Coop (NIP-17) client for Android:
Download here: https://git.reya.su/reya/coop-mobile/releases