Skip to content
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

Fix reply messages #3108

Closed
wants to merge 39 commits into from
Closed

Fix reply messages #3108

wants to merge 39 commits into from

Conversation

elhumbertoz
Copy link
Contributor

Fix "Cannot read properties of undefined (reading 'unsafe')" replying messages

PR Details

Description

To prevent an error from occurring due to the nonexistence of the 'unsafe' function when performing "message.reply", its existence is checked in the if statement.

Related Issue

#2956

Motivation and Context

How Has This Been Tested

This modification resolves the issue of the error that occurs when executing "message.reply".

PurpShell and others added 30 commits March 14, 2024 11:15
…edroslopez#3001)

* Change window.Store.ProfilePic.profilePicFind to window.Store.ProfilePic.requestProfilePicFromServer

* Prevent breaking v2.2x

* refactor: make it more readable

---------

Co-authored-by: alechkos <[email protected]>
themazim and others added 9 commits May 15, 2024 20:45
* fix getInviteCode for group (pedroslopez#3007)

* move changes to proper getInviteCode method.

* style fix

* refactor: add try-catch in a case the user is not a group admin

* refactor: handle promise properly

---------

Co-authored-by: Sven Neumann <[email protected]>
Co-authored-by: alechkos <[email protected]>
* fix delete on 2.3000

* fix compareWwebVersions

* fix: use proper comparison operator

---------

Co-authored-by: alechkos <[email protected]>
* Implement bot invoking capabilities

* Update index.d.ts

* Eslint
* exposed WAWebAddonReactionTableMode

* capture reaction using WAWebAddonReactionTableMode

* move compareWwebVersions and check version before trying to expose new store
* handle message_reaction event on example.js

* log wweb version on ready
Fix "Cannot read properties of undefined (reading 'unsafe')" replying messages
@alechkos alechkos changed the base branch from webpack-exodus to main July 24, 2024 01:25
@alechkos alechkos closed this Sep 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants