ommo73
5 years ago
No known key found for this signature in database
GPG Key ID: E7E1F5C23505AFF8
2 changed files with
3 additions and
6 deletions
-
mail_to/doc/changelog.rst
-
mail_to/static/src/js/mail_to.js
|
|
@ -7,7 +7,7 @@ |
|
|
|
`1.0.1` |
|
|
|
------- |
|
|
|
|
|
|
|
- **FIX**: the problem with duplicating the names of recipients was solved. |
|
|
|
- **FIX:** The problem with duplicating the names of recipients was solved. |
|
|
|
|
|
|
|
`1.0.0` |
|
|
|
------- |
|
|
|
|
|
@ -34,10 +34,7 @@ chat_manager.make_message = function (data) { |
|
|
|
|
|
|
|
msg.more_recipients = more_recipients; |
|
|
|
return msg; |
|
|
|
} |
|
|
|
} |
|
|
|
msg.more_recipients = more_recipients; |
|
|
|
return msg; |
|
|
|
}; |
|
|
|
}; |
|
|
|
|
|
|
|
return chat_manager; |
|
|
|
}); |