Originally created by: endernoke
Originally owned by: endernoke
Describe the bug
Sometimes, when a regular message, reaction, or reply is sent from the CLI, the update appears on client-side but disappears after reloading. They also might not show up on Instagram's official clients.
It is observed that reactions sent from official clients made to messages sent from the CLI sometimes do not get registered as well.
Because of the second bug, we suspect that this is caused by instagram's database sync issues with the specific mqtt API we use. It might be because that we are using an deprecated schema or have an incorrect workflow when sending messages.
To Reproduce
Steps to reproduce the behavior:
instagram-cli chatExpected behavior
Every message and rection sent from the CLI should be registered.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
Add any other context about the problem here.
Originally posted by: endernoke
Temporary fix is available by forcing chat to not use realtime:
We might add a config for this soon.
Originally posted by: supreme-gg-gg
I think we can use mixed client no? Just instantiate realtime for receiving, but still use the API client for sending, I think this will not make it more likely to flag your account