fb-messenger-cli icon indicating copy to clipboard operation
fb-messenger-cli copied to clipboard

Fix handling image attachments and animated images in current conversation

Open winstona opened this issue 7 years ago • 2 comments

Image attachments and animated images would fail to show any message indication when conversation is open despite successfully showing when the conversation is refreshed/reopened.

This adds extra filters for these message types

winstona avatar Mar 20 '18 03:03 winstona

Using your fork, images seem to only show the preview rather than the actual image.

I couldn't get images to show using the original master branch, so at least it's a step in the right direction, thanks :)

cgmcintyr avatar Apr 22 '18 13:04 cgmcintyr

The problem this PR addresses is still an ongoing issue. I feel like getting images to show is more important, and the preview problem can be solved in a separate PR as there was a separate issue opened for it. #157

This PR does not address other file types though (video, audio, file still show up as blank message), even though theoretically the handling principle should be the same.

p1ho avatar May 28 '19 13:05 p1ho