core/handlers: revert change in normal_message handler

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2020-07-16 10:52:56 +02:00
parent 6146cf6a4f
commit 1e0509ca67
Signed by: pep
GPG key ID: DEDA74AEECA9D0F2

View file

@ -427,7 +427,7 @@ class HandlerCore:
time=date, time=date,
nickname=remote_nick, nickname=remote_nick,
nick_color=color, nick_color=color,
history=is_history, history=delayed,
identifier=message['id'], identifier=message['id'],
jid=jid, jid=jid,
), ),