You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 12, 2020. It is now read-only.
Ok, I took a look. I'm remembering now that we started the async push with just adding files and data. Here are the remaining methods that could be changed if they're causing issues (I'll put a star next to the ones that we should do ASAP):
Join a Cafe with some photos already in your wallet. In this case, the UI will block until all photos have finished syncing. Ouch for more than a couple photos.
Send a message (text is fine). The keyboard will lock until the message is posted in the thread. Makes a boggy feeling keyboard for message->message->message rattling.
Can I fix this with something in the app / rn sdk?
I'm curious about the UI blocking when adding a cafe. I'd be surprised if it's actually the photos syncing (uploading to the cafe) that is actually blocking the UI.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Ok, I took a look. I'm remembering now that we started the async push with just adding files and data. Here are the remaining methods that could be changed if they're causing issues (I'll put a star next to the ones that we should do ASAP):
Adding data
AddMessage
*AddLike
*AddComment
*AddIgnore
*AddFlag
Invites
AcceptInvite
*AcceptExternalInvite
*IgnoreInvite
*AddInvite
AddExternalInvite
Profile
SetName
*Schema
AddSchema
Contacts
AddContact
RemoveContact
Notifications
AcceptInviteViaNotification
*IgnoreInviteViaNotification
*Threads
AddThread
*AddOrUpdateThread
*RenameThread
*RemoveThread
*SnapshotThreads
*Originally posted by @sanderpick in #892 (comment)
The text was updated successfully, but these errors were encountered: