happy-server/sources/app/social
Steve Korshakov 9822512aeb fix: use inTx wrapper instead of raw transactions for friend operations
Fixes "undefined reading push" error by using the inTx wrapper which properly
initializes the callbacks array needed by afterTx for notification sending.

Generated with [Claude Code](https://claude.ai/code)
via [Happy](https://happy.engineering)

Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Happy <yesreply@happy.engineering>
2025-09-20 17:00:05 -07:00
..
friendAdd.ts fix: use inTx wrapper instead of raw transactions for friend operations 2025-09-20 17:00:05 -07:00
friendList.ts ref: extract github connect and disconnect to a separate action, shared eventRouter, copy username to the account on connect and remove on disconnect, make github profile unique 2025-09-19 20:38:48 -07:00
friendNotification.spec.ts feat: send friend requests notifications 2025-09-20 14:55:07 -07:00
friendNotification.ts feat: send friend requests notifications 2025-09-20 14:55:07 -07:00
friendRemove.ts fix: use inTx wrapper instead of raw transactions for friend operations 2025-09-20 17:00:05 -07:00
relationshipGet.ts fix: fix friendship 2025-09-19 18:50:21 -07:00
relationshipSet.ts feat: send friend requests notifications 2025-09-20 14:55:07 -07:00
type.ts feat: add bio, return multiple results from search 2025-09-19 21:29:15 -07:00
usernameUpdate.ts ref: extract github connect and disconnect to a separate action, shared eventRouter, copy username to the account on connect and remove on disconnect, make github profile unique 2025-09-19 20:38:48 -07:00