Compare commits
1 commit
f4a2338dd1
...
cd685ba101
Author | SHA1 | Date | |
---|---|---|---|
cd685ba101 |
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ const Message<BareJid, BareJid> kMessage{
|
|||
.type = message::type::kChat,
|
||||
.id = "1",
|
||||
.language = "en",
|
||||
.body = {{.content = "hello"}} //
|
||||
.body = {message::Body{.content = "hello"}} //
|
||||
};
|
||||
|
||||
} // namespace
|
||||
|
|
Loading…
Reference in a new issue