fix(android): throw a different error for removed stories

This commit is contained in:
Harsh Shandilya 2023-01-21 01:46:59 +05:30
parent 2cfe9d73a2
commit ddc7a7598d
No known key found for this signature in database
2 changed files with 12 additions and 1 deletions

View file

@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Changed
- Special-case deleted stories in comments API
## [1.17.0] - 2023-01-12
### Added