PrimalHQ / primal-android-app

Primal's Android app for Nostr.
https://primal.net/downloads
MIT License
121 stars 15 forks source link

Sometimes after I press reply, stay in replying status for like 10 seconds.. #133

Open bitcoinuser opened 5 months ago

bitcoinuser commented 5 months ago

Hi,

Sometimes after I press reply, stay in replying status for like 10 seconds and I don't know if I can close the window during this process. I think after we click reply, the window should instantly disappear and some message show that the note was sent.

photo_4999045318263811338_y

AleksandarIlic commented 5 months ago

It says replying because the app is publishing your note and still haven't successfully published to any relay. As soon as it's published to just one relay, we mark it as completed.

If we say published without verification, in case of failures you would lose your note.

bitcoinuser commented 5 months ago

If I close the window during the replying status, will still be published?

bitcoinuser commented 5 months ago

Maybe could be a good idea minimize the window after we click reply and show the status replying on on the bottom of the app

bitcoinuser commented 5 months ago

If fails to reply, the window is maximized again showing the message and if the user would like to retry

AleksandarIlic commented 5 months ago

If I close the window during the replying status, will still be published?

It depends on the internal state.

Maybe could be a good idea minimize the window after we click reply and show the status replying on on the bottom of the app If fails to reply, the window is maximized again showing the message and if the user would like to retry

That's an interesting idea. Once we implement draft notes we'll have much more room to experiment and for fallbacks.