mirror of
https://github.com/markqvist/LXMF-Tools.git
synced 2025-07-26 08:25:19 -04:00
Fixed error with LXMF send
This commit is contained in:
parent
b4bc35ee31
commit
f2db594c29
5 changed files with 6 additions and 8 deletions
|
@ -587,7 +587,7 @@ def lxmf_message_received_callback(message):
|
|||
if search != "":
|
||||
content = re.sub(search, config_get(CONFIG, "message", "send_regex_replace"), content)
|
||||
|
||||
LXMF_CONNECTION.send(message.source_hash, content_prefix + content + content_suffix, "")
|
||||
LXMF_CONNECTION.send(message.source_hash, content_prefix + content + content_suffix)
|
||||
else:
|
||||
log("LXMF - Source " + RNS.prettyhexrep(message.source_hash) + " not allowed", LOG_DEBUG)
|
||||
return
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue