MixinNetwork / mips

Messenger Improvement Proposals
https://mixin.one/mm
Apache License 2.0
2 stars 0 forks source link

Display bad data message #10

Closed over140 closed 4 years ago

over140 commented 4 years ago

if user fail to parse the message data, you cannot directly abandon the data away, you need to remind the user to upgrade the app or feedback to developer.

cedricfung commented 4 years ago

Unknown and bad data are two different things, unknown message category could be fixed by upgrading the app, but bad data may not be.

So there should be two different messages.

isdot commented 4 years ago

https://github.com/MixinNetwork/desktop-app/pull/573

over140 commented 4 years ago

https://github.com/MixinNetwork/ios-app/pull/483 https://github.com/MixinNetwork/ios-app/pull/492

SeniorZhai commented 4 years ago

https://github.com/MixinNetwork/android-app/pull/1381