-
-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Handle unsupported transaction #631
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Deployed to https://msg-adamant-pr-631.surge.sh 🚀 |
Co-authored-by: RealGoodProgrammer <[email protected]>
Successfully tore down https://msg-adamant-pr-631.surge.sh 🥲 |
It's better to show this message as italic and in |
Noted: https://trello.com/c/yxpIYa9Y/546-style-unsupported-transaction-type |
@bludnic |
Handle unsupported transaction types (e.g. for AIP-18: Decentralized file transfer) in old versions of the messenger.
We can introduce other types of transactions in the future, so it will break the app every time until we make a new release and update the client.
Added a fix in
normalizeMessage
.