diaspora/app
Benjamin Neff f0aca56c8f
Don't retry for PublicKeyNotFound
We only return `nil` when we know the person, but don't know the key or
the key is invalid, so it doesn't make sense to retry in this case. When
the person isn't known and can't be fetched we raise a DiscoveryError
which will be retried.

Also the errors were moved to the `Signable` module in the last release.

closes #7717
2018-02-25 04:34:04 +01:00
..
assets Support for embedding HTML5 media links 2018-02-17 19:21:10 +01:00
controllers Start sending the blocking flag 2018-02-01 23:35:35 +01:00
helpers Fix post_message for posts without text 2018-02-01 23:39:18 +01:00
mailers Create birthday notification and mailer 2017-12-18 04:34:35 +01:00
models Prevent duplicate mention notifications when the post is received twice 2018-02-22 00:49:21 +01:00
presenters Add camo to NodeInfo 2017-09-28 03:20:31 +02:00
serializers Memory usage optimization for archive export 2017-09-26 04:07:18 +02:00
services Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
uploaders Don't change the filename of the export everytime the user is touched 2017-09-28 03:28:15 +02:00
views Use current-password and new-password for password autocomplete 2018-01-21 21:29:06 +01:00
workers Don't retry for PublicKeyNotFound 2018-02-25 04:34:04 +01:00