Mentions Fix and Test (#11475)

* Fix issue with mentioned members not being loaded enough

* mentions: add integration tests and fix saved message
This commit is contained in:
Matteo Pagliazzi
2019-10-24 11:35:15 +02:00
committed by GitHub
parent b121585c68
commit c3a8305a40
4 changed files with 23 additions and 2 deletions

View File

@@ -228,7 +228,7 @@ api.postChat = {
}
const newChatMessage = group.sendChat({
message: req.body.message,
message,
user,
flagCount,
metaData: null,