fix unnecessary copy every frame

Signed-off-by: kernelkind <kernelkind@gmail.com>
This commit is contained in:
kernelkind
2024-10-15 11:45:13 -04:00
parent e5ba897ce6
commit 0a077ae797
4 changed files with 9 additions and 6 deletions

View File

@@ -1,6 +1,9 @@
use crate::{
actionbar::TimelineResponse, imgcache::ImageCache, notecache::NoteCache,
notes_holder::{NotesHolder, NotesHolderStorage}, thread::Thread,
actionbar::TimelineResponse,
imgcache::ImageCache,
notecache::NoteCache,
notes_holder::{NotesHolder, NotesHolderStorage},
thread::Thread,
};
use nostrdb::{Ndb, NoteKey, Transaction};
use tracing::error;