fix: improve sms receiver handling (#642)
* fix: improve sms receiver handling * docs: add comment regarding multiple messages * fix: catch errors when inserting conversation Refs: https://github.com/FossifyOrg/Messages/issues/159
This commit is contained in:
parent
ed2aedd915
commit
1e3f5e5933
4 changed files with 138 additions and 119 deletions
|
|
@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
|||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [Unreleased]
|
||||
### Fixed
|
||||
- Fixed missing notifications in some cases ([#159])
|
||||
|
||||
## [1.7.0] - 2025-12-16
|
||||
### Added
|
||||
|
|
@ -188,6 +190,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
[#115]: https://github.com/FossifyOrg/Messages/issues/115
|
||||
[#135]: https://github.com/FossifyOrg/Messages/issues/135
|
||||
[#153]: https://github.com/FossifyOrg/Messages/issues/153
|
||||
[#159]: https://github.com/FossifyOrg/Messages/issues/159
|
||||
[#165]: https://github.com/FossifyOrg/Messages/issues/165
|
||||
[#177]: https://github.com/FossifyOrg/Messages/issues/177
|
||||
[#180]: https://github.com/FossifyOrg/Messages/issues/180
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue