Uh oh!
There was an error while loading. Please reload this page.
Fix validations for unreact comment - #10246
Conversation
|
DejayJD
left a comment
There was a problem hiding this comment.
This makes sense to me, but I'm curious how we're getting into that state? 🤔
isaacsolo
commented
Oct 28, 2024
yeaa i couldn't repro but there's probably some edge case |
[d49bb52] Add more guards to the migration for idempotency (#10259) Marcus Pasell [263569e] Include specifiers for Audio Match in migration (#10258) Marcus Pasell [7a5772e] Don't rollback the migration (#10256) Marcus Pasell [e9c3e94] [C-5310] Fix comment notifications with explicit type (#10242) Dylan Jeffers [737bec0] Fix validations for unreact comment (#10246) Isaac Solo [a2803dd] [PAY-3469] Reapply "Update DN to use shortened rewards challenge IDs and specifiers (#9803)" (#10099) (#10158) Marcus Pasell [f5e01e0] Revert "Add X-Forwarded-Proto to nginx config to fix resolve endpoint (#10239)" (#10251) Marcus Pasell [0d445df] Use msgpack between servers. (#10244) Steve Perkins
* origin/main: (78 commits) Remove SEARCH_V2 feature flag (#10264) Fix eth-bridge, consolidate Makefile, remove cruft (#10212) [C-5309] Reset comment form text on location change (#10263) [PAY-3516] Remove is_stream_gated and is_download_gated (#10146) [PAY-3545] Add cover attribution and song ownership to track upload (#10184) Audius Protocol v0.7.22 Add more guards to the migration for idempotency (#10259) Include specifiers for Audio Match in migration (#10258) Don't rollback the migration (#10256) [C-5314] Add load states for comment display names & avatars (#10255) [C-5310] Fix comment notifications with explicit type (#10242) Fix mobile harmony button xs size (#10243) Bump max audio size to 500mb (#10252) Upgrade mobile version to 1.1.121 (#10254) Fix validations for unreact comment (#10246) [PAY-3469] Reapply "Update DN to use shortened rewards challenge IDs and specifiers (#9803)" (#10099) (#10158) Fix purchases with external wallet and wallet adapter (#10087) Make Text component respect theme typography (#10086) Revert "Add X-Forwarded-Proto to nginx config to fix resolve endpoint (#10239)" (#10251) Not hardcoded file limit error message (#10247) ...
[d49bb52] Add more guards to the migration for idempotency (#10259) Marcus Pasell [263569e] Include specifiers for Audio Match in migration (#10258) Marcus Pasell [7a5772e] Don't rollback the migration (#10256) Marcus Pasell [e9c3e94] [C-5310] Fix comment notifications with explicit type (#10242) Dylan Jeffers [737bec0] Fix validations for unreact comment (#10246) Isaac Solo [a2803dd] [PAY-3469] Reapply "Update DN to use shortened rewards challenge IDs and specifiers (#9803)" (#10099) (#10158) Marcus Pasell [f5e01e0] Revert "Add X-Forwarded-Proto to nginx config to fix resolve endpoint (#10239)" (#10251) Marcus Pasell [0d445df] Use msgpack between servers. (#10244) Steve Perkins
Description
Seeing some skipped transactions because of an error where the existing comment reaction doesn't exist when un-reacting. This modification ignores those txs instead of triggering a skip.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide repro instructions & any configuration.
Modified existing invalid test case.