Fix DevTalk discussion issue: sent message has wrong status (doesn't / d... #521

Merged
Atheros1 merged 1 commits from master into master 2013-10-02 04:47:54 +02:00
Showing only changes of commit ff8a88422c - Show all commits

View File

@ -819,7 +819,7 @@ class singleWorker(threading.Thread):
# Update the status of the message in the 'sent' table to have a
# 'msgsent' status or 'msgsentnoackexpected' status.
if not shared.config.has_section(toaddress):
if shared.config.has_section(toaddress):
newStatus = 'msgsentnoackexpected'
else:
newStatus = 'msgsent'