-
Notifications
You must be signed in to change notification settings - Fork 289
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Do signature checking in the background #10
Comments
This is done for PFPs now but we'll probably need it for processing signatures since that seems to be blocking the thread when scrolling on slower devices |
We need to do a bunch of processing in the background when we received a post. I've noticed the parsing content for mentions, etc can be somewhat time consuming as well. so perhaps this call all be done right away in a work queue. |
# This is the 1st commit message: add separate_images and separate_invoices # This is the commit message #2: add only_text setting to NoteContentView # This is the commit message #3: add only_text to dm_options # This is the commit message #4: add timestamp for dms # This is the commit message #5: add filter_content func to classify non-text content # This is the commit message #6: add ChatBubbleShape shape # This is the commit message damus-io#7: add Invoice view for dms # This is the commit message damus-io#8: add Image view for dms # This is the commit message damus-io#9: make different content of an event appear in split and change design of chat bubble # This is the commit message damus-io#10: add groupEventsByDateAndPubkey function # This is the commit message damus-io#11: improve InputField and Footer # This is the commit message damus-io#12: remove unused code # This is the commit message damus-io#13: add DM Header and reorganize DMChatView body # This is the commit message damus-io#14: make Messages appear in scrollview based on grouping # This is the commit message damus-io#15: add functions to set height of input field # This is the commit message damus-io#16: remove unused code # This is the commit message damus-io#17: add nwc paste button # This is the commit message damus-io#18: Fix CI tests Closes: damus-io#1204
This is fixed by nostrdb + |
We should have a work queue to process things in the background, like preloading PFPs, etc. We shouldn't see anything popping in.
The text was updated successfully, but these errors were encountered: