Fix bug when updating thread messages
parent
c2a7ae6fa3
commit
48bbd8cfe1
|
@ -220,7 +220,7 @@ class Thread {
|
||||||
.where('thread_id', this.id)
|
.where('thread_id', this.id)
|
||||||
.where('dm_message_id', msg.id)
|
.where('dm_message_id', msg.id)
|
||||||
.update({
|
.update({
|
||||||
content: msg.content
|
body: msg.content
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue