about summary refs log tree commit diff
path: root/src/state/messages/convo/const.ts
Commit message (Collapse)AuthorAgeFilesLines
* Reduce calls to getLogs (#6381)Eric Bailey2024-11-151-2/+2
|
* [🐴] update convo list from message bus (#4189)Samuel Newman2024-05-241-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | * update convo list from message bus * don't increase unread count if you're the sender * add refetch interval back * Fix deleted message state copy * only enable if `hasSession` * Fix logged out handling * increase refetch interval to 60s * request 10s interval when message screen active * use useAppState hook for convo resume/background * Combine forces * fix useFocusEffect logic --------- Co-authored-by: Eric Bailey <git@esb.lol>
* Reduce polling (#4204)Eric Bailey2024-05-231-2/+2
| | | | | | | | | * Reduce polling a bit * Bump to 60 * Increase all * ok 3
* [🐴] Error recovery (#4036)Eric Bailey2024-05-161-0/+4
| | | | | | | | | | | | | | | | | | | | | * Handle block state when sending messages * Handle different pending failures * Use existing profile data to handle blocks * Better cleanup, leave room for more * Attempt recover upon next send * Reset pending failure * Capture unexpected error * Gracefully handle network errors and recovery * Re-align error components and types * Include history fetching in recoverable states
* Reset after 5 min (#4026)Eric Bailey2024-05-141-0/+1
|
* [🐴] Integrate event bus (#3915)Eric Bailey2024-05-081-0/+2
* Integrate event bus * Fixes * Move events mgmt into Convo class * Clean up poll interval updates * Remove unused * Remove annoying log