plugins/marquee: Fix LMC, use origin id
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
ae2ce4dd1a
commit
cf43a36bc6
1 changed files with 1 additions and 1 deletions
|
@ -85,6 +85,6 @@ class Plugin(BasePlugin):
|
|||
message.send()
|
||||
event = self.api.create_delayed_event(
|
||||
self.config.get("refresh"), self.delayed_event, jid, body,
|
||||
message["id"], step + 1, duration + self.config.get("refresh"),
|
||||
msg_id, step + 1, duration + self.config.get("refresh"),
|
||||
is_muctab)
|
||||
self.api.add_timed_event(event)
|
||||
|
|
Loading…
Reference in a new issue