pory
pory
## Description fix #2438 Added `satsFilter` check to push notification queries. Changes: - Added `satsFilterClause()` helper function that replicates the logic from `investmentClause` in `item.js` -Modified `notifyUserSubscribers`, `notifyTerritorySubscribers`, `notifyThreadSubscribers`, `notifyItemParents`,...
## Description fix #2663 The `boostPosition` resolver was missing `pinId` and `bio` filters that are present in `getAd` causing wrong boost estimates. ## Screenshots ## Additional Context ~~When a user...
## Description fix #2366 Fixed race condition: - Added Apollo Client context link that strips authentication headers from requests when window.logoutInProgress flag is true - Set logout flag immediately before...
## Description This fix closes #919 #920 Added lnurl_auth and lnurl_withdraw commands to the sndev CLI tool for local testing. Both commands decode LNURL bech32 strings, interact with the Lightning...
## Description fix #2658 Fixed three PWA Pull-To_refresh bugs on Android Chrome. Added `e.preventDefault()` in `handleTouchMove` to block native PTR, also added `{ passive: false }` to touch event listeners...
## Description fix #2526 this implementation add native audio file embedding, allowing user to embed direct audio files links as playable HTML5 audio players within posts and comments. Extended `parseEmbedUrl()`...
### Is there an existing issue for this? - [x] I have searched the existing issues ### Describe the bug On the stacker news pwa I noticed a strange behavior...
## Description fix #2613 Lifpay Wallet Completely Removed - Data Migration: Users with a Lifpay Lightning address are migrated to the "Custom Lightning Address" wallet (LN_ADDR). - Cleanup: Lifpay wallets...
## Description fix #2573 Added a profile sharing feature that allows users to share profile links across all platforms. - Share button in the user header component visible on all...
## Description fix #2568 Implemented confirmation prompt when canceling comment edit. - Created reusable `ConfirmModal` component with presets for different confirmation types. - Added confirmation modal logic to `comment.js eoggleEdit...