feat: add option to keep conversations archived (#501)

* feat: add option to keep conversations archived

Refs: https://github.com/FossifyOrg/Messages/issues/334

* fix: archive/unarchive when mms is received

Previously, conversations weren't unarchived for new MMS messages.

* docs: update changelog
This commit is contained in:
Naveen Singh 2025-09-01 01:15:01 +05:30 committed by GitHub
parent cfc16dd886
commit cf839e99df
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 59 additions and 2 deletions

View file

@ -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]
### Added
- Option to keep conversations archived ([#334])
## [1.2.3] - 2025-08-21
### Changed
@ -134,6 +136,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#288]: https://github.com/FossifyOrg/Messages/issues/288
[#294]: https://github.com/FossifyOrg/Messages/issues/294
[#309]: https://github.com/FossifyOrg/Messages/issues/309
[#334]: https://github.com/FossifyOrg/Messages/issues/334
[#349]: https://github.com/FossifyOrg/Messages/issues/349
[#359]: https://github.com/FossifyOrg/Messages/issues/359
[#461]: https://github.com/FossifyOrg/Messages/issues/461