Compare commits
1 commit
cd685ba101
...
f4a2338dd1
Author | SHA1 | Date | |
---|---|---|---|
f4a2338dd1 |
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 = {message::Body{.content = "hello"}} //
|
||||
.body = {{.content = "hello"}} //
|
||||
};
|
||||
|
||||
} // namespace
|
||||
|
|
Loading…
Reference in a new issue