mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-09-12 08:04:21 +08:00
Resolve #1396
This commit is contained in:
parent
aca3490331
commit
a80cb495d2
1 changed files with 0 additions and 1 deletions
|
@ -72,7 +72,6 @@ class AvatarsPlugin extends \RainLoop\Plugins\AbstractPlugin
|
||||||
if (!$this->Config()->Get('plugin', 'delay', true)
|
if (!$this->Config()->Get('plugin', 'delay', true)
|
||||||
&& ($this->Config()->Get('plugin', 'gravatar', false)
|
&& ($this->Config()->Get('plugin', 'gravatar', false)
|
||||||
|| ($this->Config()->Get('plugin', 'bimi', false) && 'pass' == $mFrom['dkimStatus'])
|
|| ($this->Config()->Get('plugin', 'bimi', false) && 'pass' == $mFrom['dkimStatus'])
|
||||||
|| !$this->Config()->Get('plugin', 'service', true)
|
|
||||||
)
|
)
|
||||||
) try {
|
) try {
|
||||||
// Base64Url
|
// Base64Url
|
||||||
|
|
Loading…
Add table
Reference in a new issue