feat: allow adding alphanumeric senders to contacts (#653)

Refs: https://github.com/FossifyOrg/Messages/issues/232
This commit is contained in:
Naveen Singh 2025-12-23 19:13:23 +05:30 committed by GitHub
parent 74e49cf939
commit a59d4acbd9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View file

@ -8,6 +8,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Added "Copy number to clipboard" option inside chat overflow menu ([#651])
### Changed
- Made "Add number to contact" option visible for alphanumeric senders ([#232])
### Fixed
- Fixed missing notifications in some cases ([#159])
- Fixed incorrect blocking of MMS messages in some rare cases ([#644])