mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
`getLastConversationX()` is called from debounced function, but depending on how fast the fetch from the server is the actual invocations could happen for every other message. Prepare and optimize queries to save time.