Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
add file to message
Browse files Browse the repository at this point in the history
  • Loading branch information
okdistribute committed Aug 29, 2018
1 parent 282e1c9 commit cac92f4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion message.js
Expand Up @@ -108,7 +108,8 @@ class Message {
text: this.getText(),
timestamp: this.getTimestamp(),
type: binding.dcn_msg_get_type(this.dc_msg),
summary: this.getSummary().toJson()
summary: this.getSummary().toJson(),
file: this.getFile()
}
}

Expand Down

0 comments on commit cac92f4

Please sign in to comment.