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

Commits on Mar 14, 2024

  1. Configuration menu
    Copy the full SHA
    c1ae300 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Configuration menu
    Copy the full SHA
    db72385 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    24196db View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f001408 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eda1920 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    467f6d2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    21904ef View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5969892 View commit details
    Browse the repository at this point in the history
  8. chore: eslint fix

    alechkos committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    1df7e4f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    77f9c18 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    75623c8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5b1e911 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    78dc055 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Configuration menu
    Copy the full SHA
    269e44e View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2024

  1. Configuration menu
    Copy the full SHA
    85db3d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    27621f1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dd75967 View commit details
    Browse the repository at this point in the history
  4. revert testing options

    PurpShell committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    e7ae65f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cad33ec View commit details
    Browse the repository at this point in the history
  6. chore(webpack-exodus): final eslint tweak (did not commit with last c…

    …ommit for some reason)
    PurpShell committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    452b712 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Configuration menu
    Copy the full SHA
    b347aa6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fac0d81 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2024

  1. Configuration menu
    Copy the full SHA
    53672d0 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2024

  1. Configuration menu
    Copy the full SHA
    c1d8e04 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86d5dc4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    650cd0d View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Making the ESLint god happy

    tuyuribr authored May 14, 2024
    Configuration menu
    Copy the full SHA
    64491be View commit details
    Browse the repository at this point in the history
  2. Fix window.Store.ProfilePic.profilePicFind is not a function error (p…

    …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]>
    seowzhenjun0126 and alechkos authored May 14, 2024
    Configuration menu
    Copy the full SHA
    975819d View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Sanitize, improves and fixes

    tuyuribr committed May 15, 2024
    Configuration menu
    Copy the full SHA
    e4c208c View commit details
    Browse the repository at this point in the history
  2. make ESList god happy

    tuyuribr committed May 15, 2024
    Configuration menu
    Copy the full SHA
    252ed8f View commit details
    Browse the repository at this point in the history
  3. fix getInviteCode for group (pedroslopez#3007) (pedroslopez#3029)

    * 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]>
    3 people authored May 15, 2024
    Configuration menu
    Copy the full SHA
    2798396 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. fixes

    tuyuribr committed May 16, 2024
    Configuration menu
    Copy the full SHA
    6df4eef View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Update LocalWebCache.js

    tuyuribr authored May 21, 2024
    Configuration menu
    Copy the full SHA
    1ecdc42 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. fix delete on 2.3000 (pedroslopez#3048)

    * fix delete on 2.3000
    
    * fix compareWwebVersions
    
    * fix: use proper comparison operator
    
    ---------
    
    Co-authored-by: alechkos <[email protected]>
    jrocha and alechkos authored May 24, 2024
    Configuration menu
    Copy the full SHA
    96b4742 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2024

  1. Implement bot invoking capabilities (pedroslopez#3009)

    * Implement bot invoking capabilities
    
    * Update index.d.ts
    
    * Eslint
    MatMercer authored May 25, 2024
    Configuration menu
    Copy the full SHA
    bbb8d18 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Webpack exodus fix message_reaction event (pedroslopez#3099)

    * exposed WAWebAddonReactionTableMode
    
    * capture reaction using WAWebAddonReactionTableMode
    
    * move compareWwebVersions and check version before trying to expose new store
    jrocha authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    752d9ae View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. message_reaction on example.js (pedroslopez#3102)

    * handle message_reaction event on example.js
    
    * log wweb version on ready
    jrocha authored Jun 13, 2024
    Configuration menu
    Copy the full SHA
    efc2bd0 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Configuration menu
    Copy the full SHA
    cd566f2 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2024

  1. Fix reply messages

    Fix "Cannot read properties of undefined (reading 'unsafe')" replying messages
    elhumbertoz authored Jun 16, 2024
    Configuration menu
    Copy the full SHA
    bc60424 View commit details
    Browse the repository at this point in the history