alby-hub/http
Naveen Kumar 6795640820
feat: add custom message support for subwallet transfers (#2069)
* feat: add custom message support for subwallet transfers

- Add optional message field to TransferRequest model
- Update Transfer function to use custom message with 'transfer' as fallback
- Update HTTP and Wails handlers to extract and pass message parameter
- Add message input field to IsolatedAppTopupDialog and IsolatedAppDrawDownDialog
- Maintains backward compatibility with empty message defaulting to 'transfer'

Closes #2066

* chore: rename

* chore: rename and simplify

---------

Co-authored-by: Roland Bewick <roland.bewick@gmail.com>
2026-02-28 13:25:23 +07:00
..
alby_http_service.go fix: prevent LN client access during shutdown (#2096) 2026-02-27 15:45:09 +07:00
http_service.go feat: add custom message support for subwallet transfers (#2069) 2026-02-28 13:25:23 +07:00
http_service_test.go fix: update no-token API tests to expect 401 (#2059) 2026-02-12 09:56:48 +05:30
models.go Refactor: API cleanup (#338) 2024-05-30 00:06:06 +07:00