Merge branch 'delay-normal' into 'master'
core/handlers: revert change in normal_message handler See merge request poezio/poezio!150
This commit is contained in:
commit
6ddf497e10
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||||
),
|
),
|
||||||
|
|
Loading…
Reference in a new issue