Skip to content
Snippets Groups Projects
Forked from briar / briar
Source project has a limited visibility.
  • Torsten Grote's avatar
    90d984ee
    Ensure responses shown after requests, clarify wording, reuse transactions · 90d984ee
    Torsten Grote authored
    When devices' clocks are out of sync, it is possible that a response is
    shown before the request. This commit makes sure that the timestamp of
    responses is always later than the last message in the conversation.
    
    Some wording could be misunderstood to thing introductions were
    successful even though they were not. That has been clarified.
    
    A new database transaction was created when getting contacts and local
    transport properties. This has been changed to re-use the existing
    transaction.
    
    Also addresses minor issues found in review.
    Ensure responses shown after requests, clarify wording, reuse transactions
    Torsten Grote authored
    When devices' clocks are out of sync, it is possible that a response is
    shown before the request. This commit makes sure that the timestamp of
    responses is always later than the last message in the conversation.
    
    Some wording could be misunderstood to thing introductions were
    successful even though they were not. That has been clarified.
    
    A new database transaction was created when getting contacts and local
    transport properties. This has been changed to re-use the existing
    transaction.
    
    Also addresses minor issues found in review.