mirror of
https://github.com/chatmail/relay.git
synced 2026-05-10 16:04:37 +00:00
chatmaild: allow echobot to receive unencrypted messages by default
This commit is contained in:
@@ -58,7 +58,8 @@ class User:
|
||||
if not self.addr.startswith("echo@"):
|
||||
logging.error(f"could not write password for: {self.addr}")
|
||||
raise
|
||||
self.enforce_E2EE_path.touch()
|
||||
if not self.addr.startswith("echo@"):
|
||||
self.enforce_E2EE_path.touch()
|
||||
|
||||
def set_last_login_timestamp(self, timestamp):
|
||||
"""Track login time with daily granularity
|
||||
|
||||
Reference in New Issue
Block a user