The correct msgid reply tag (at the moment) is '+draft/reply'

This commit is contained in:
jesopo 2018-10-01 17:28:45 +01:00
parent 976b6ae335
commit 26bfd61487

View file

@ -35,7 +35,7 @@ class Out(object):
tags = {}
if self._msgid:
tags["reply"] = self._msgid
tags["+draft/reply"] = self._msgid
self.target.send_message(text,
prefix=Utils.FONT_RESET + "[%s] " % self.prefix(), tags=tags)