-
Notifications
You must be signed in to change notification settings - Fork 100
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
Chats not refreshing automatically #220
Comments
Im having the same exact problem |
Same issue here. Also might be worth noting Messer, a similar project, is having a similar issue. I suspect facebook updated their API which is causing this issue. |
Same problem here. |
joining you guys. discovered cli clients yeasterday and still didn't manage to make usable this one nor messer 😄. also, this happens
|
I'm having the same problem. Did they have any progress on this issue? |
yeah i've just taken to typing |
Can you verify that adding a /r to typed messages remedies this issue? Can
others verify it works for them?
…On Mon, Jan 13, 2020 at 11:19 AM Gus Cantieni ***@***.***> wrote:
yeah i've just taken to typting /r after every series of messages, not
quite ideal but...beats opening the browser?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#220?email_source=notifications&email_token=AAFJKB6DK2FGIHIVAXEHEW3Q5SIB5A5CNFSM4JQDZXCKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEIZKQFY#issuecomment-573745175>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAFJKB3DANLENSYE4W6BG4LQ5SIB5ANCNFSM4JQDZXCA>
.
|
Just tested it, and typing a /r after sending a message remedies the issue. However, it does not seem to refresh the messages after receiving a response. |
Typing in the message, pressing Enter |
To help start to centralize this: It looks like this code is responsible for handling the explicit refresh command with fb-messenger-cli/lib/interactive.js Lines 431 to 437 in 309d605
Might need some other eyes on this, but I believe this code is where the new incoming message triggers a thread refresh: fb-messenger-cli/lib/interactive.js Lines 264 to 267 in 309d605
Actual refresh here: fb-messenger-cli/lib/interactive.js Line 285 in 309d605
I can spend more time on this during the weekend, but hopefully this helps us start narrowing down where the bug lives. |
Whenever I receive a new message, it doesn't automatically show, unless I manually refresh. The same happens when I send new messages, the '>' indicator doesn't show after I send the first time. Again, refreshing manually seems to work.
The text was updated successfully, but these errors were encountered: