Nerixyz / instagram_mqtt

Realtime and Push Notification (FBNS) support for the instagram-private-api
MIT License
244 stars 49 forks source link

add message reactions #77

Closed f0rr0 closed 3 years ago

f0rr0 commented 3 years ago

Tested with:

APP_VERSION = '159.0.0.29.122'
APP_VERSION_CODE = '244390482'

Related: https://github.com/dilame/instagram-private-api/issues/1433

f0rr0 commented 3 years ago

super_react_type is sent as 'default' | 'none' based on how the reaction was added. Long press on reaction emoji results in default. Otherwise none. I can add it

Nerixyz commented 3 years ago

Could you merge this with master so the CI can run?

f0rr0 commented 3 years ago

It’s an empty string

On Mon, 17 May 2021 at 6:13 PM, nerix @.***> wrote:

@Nerixyz commented on this pull request.

In src/realtime/commands/direct.commands.ts https://github.com/Nerixyz/instagram_mqtt/pull/77#discussion_r633496169:

@@ -199,6 +204,8 @@ export class DirectCommands { node_type: 'item', reaction_type: reactionType || 'like', reaction_status: reactionStatus || 'created',

  • target_item_type: targetItemType,
  • emoji: emoji || ''

One last question: are you sure this is an empty string or is it not set?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Nerixyz/instagram_mqtt/pull/77#pullrequestreview-660919501, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACBNKC6PSICVJEWCBOXITHTTOEFPDANCNFSM45AELXGQ .