a8202d89f8
Previously, the note content rendering logic would wait for the note and its blocks to be available in NostrDB before displaying the parsed version of the note to the user. However, it is now possible to parse those on demand, and there are code paths to ensure that it will do so if those parsed blocks are not readily available from NostrDB. Therefore, the wait is not necessary, and removing it fixes the delay we have been experiencing. The issue was likely introduced after the last public release, so no changelog item is needed Changelog-None Closes: https://github.com/damus-io/damus/issues/3296 Signed-off-by: Daniel D’Aquino <daniel@daquino.me>