Guilherme Saade

Results 29 comments of Guilherme Saade

do you have a column `timezone` in your `users` database?

I think Timezone is already included on the global build?

Yes... I created a filter who converts plain text in emoji using `emojione.shortnameToImage`. something like this: ` app.filter('emojify', function() { return function(input) { return emojione.shortnameToImage(input); } }); ` and used...

@SamarRizvi if you are using angular 2 with typescript: you need to declare wdtEmojiBundle with ```declare var wdtEmojiBundle:any;```

[Here](https://github.com/danielcardeenas/whatsapp-framework/blob/master/app/mac/mac.py#L24) you change the name

please post the code you're using

if i'm not wrong, you need PIL for images and ffmpeg-next for videos, but if you not getting any erros, i'm quite sure thats not the problem. also, you can...

You already answered that, "image does not exist" is the problem. Put your image inside app\assets\images\YOUR_IMAGE folder ``` app\ assets\ images\ YOUR_IMAGE.PNG ``` then: `mac.send_image_to( "app/assets/YOUR_IMAGE.PNG", "91XXXXXXXXXX")`

Well, this can be much deep in code that i understand, maybe @danielcardeenas or @tgalal can help you.

Sometimes, it gets stuck on `Storing prekeys 100%`