GithubHelp home page GithubHelp logo

Comments (4)

devlikepro avatar devlikepro commented on June 19, 2024

Let me check if it works the way you described and WhatsApp sends the extra back to us - in that case we could add extra field in the payload as well.

Do you think it's safe to use extra with some custom logic? It can looks suspicious from WA side, but it's up to you.

patron:PRO

from whatsapp-http-api.

KKshitiz avatar KKshitiz commented on June 19, 2024

Sure, thanks a lot. Here's the related PR: pedroslopez/whatsapp-web.js#600

Since it's supported by the Whatsapp web library itself, it shouldn't be a security concern. Let me know what do you think.

Also, I'd be more than happy to work on this if you can guide me a bit.

from whatsapp-http-api.

allburov avatar allburov commented on June 19, 2024

It doesn't' work - no my_custom_key gets back in the payload (likely WhatsApp start to cleanup the payload on WhatsApp Web before encrypting it)

patron:PRO

from whatsapp-http-api.

allburov avatar allburov commented on June 19, 2024

It's possible to do it this way tho

      extra: {
        quotedMsg: {
          my_custom_key: 'some-value',
        },
      },

in that case we get back it in _data

                "quotedMsg": {
                    "my_custom_key": "some-value"
                },

But I'm not sure about "blocking" concerns - changing payload can be detected by end clients pretty easily

I wouldn't suggest to use that feature and stick to original one only, but if you 100% wish to do that - we can do that!
With that you'll be able to also add self: "in" in that payload to detect messages from the app (not from other sources) #304
I'd strongly recommend using extral database for that tho, but it's up to you, we can add it on our side, not a problem!

patron:PRO

from whatsapp-http-api.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.