Skip to content

Commit

Permalink
Merge pull request #251 from autocrypt/gossip-simplify
Browse files Browse the repository at this point in the history
never prefer a gossip key over a directly received one. Fixes #248.
  • Loading branch information
azul committed Nov 15, 2017
2 parents 3f4fe07 + f2aa973 commit 01755f3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions doc/level1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -525,8 +525,7 @@ The first phase computes the ``preliminary-recommendation``.
Preliminary Recommendation
__________________________

If either ``public_key`` is ``null``, or ``autocrypt_timestamp`` is
more than 35 days older than ``gossip_timestamp``, set
If ``public_key`` is ``null``, then set
``target-keys[to-addr]`` to ``gossip_key`` and set
``preliminary-recommendation`` to ``discourage`` and skip to the
:ref:`final-recommendation-phase`.
Expand Down

0 comments on commit 01755f3

Please sign in to comment.