mirror of
https://github.com/Mailu/Mailu.git
synced 2025-01-14 02:34:22 +02:00
Fix typo (duplicate self). Fixes #683
This commit is contained in:
parent
2124df36ec
commit
56fb74c502
@ -271,7 +271,7 @@ class User(Base, Email):
|
||||
@property
|
||||
def destination(self):
|
||||
if self.forward_enabled:
|
||||
result = self.self.forward_destination
|
||||
result = self.forward_destination
|
||||
if self.forward_keep:
|
||||
result += ',' + self.email
|
||||
return result
|
||||
|
Loading…
Reference in New Issue
Block a user