Fix to message.add_from_data
This commit is contained in:
parent
6a0f4dc265
commit
2e18f4dbcb
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ class Messages():
|
||||||
Create a message from "raw" data and add it.
|
Create a message from "raw" data and add it.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
mes = message.Message(data)
|
mes = message.Message.from_data(data)
|
||||||
|
|
||||||
self.add(mes)
|
self.add(mes)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue