Skip to content

feat(chat): distinguish tipped cash from sent cash in messaging#1148

Merged
bmc08gt merged 1 commit into
code/cashfrom
feat/messaging-tip-action
Jul 24, 2026
Merged

feat(chat): distinguish tipped cash from sent cash in messaging#1148
bmc08gt merged 1 commit into
code/cashfrom
feat/messaging-tip-action

Conversation

@bmc08gt

@bmc08gt bmc08gt commented Jul 24, 2026

Copy link
Copy Markdown
Collaborator

Fetch the updated flipcash messaging proto, which adds CashContent.Action (SENT/TIPPED), and carry the new action field through the messaging stack:

  • Domain: add MessageContent.Cash.Action (defaults to SENT)
  • Proto mappers: map action in/out with a SENT fallback
  • Persistence: round-trip action through the serialized DTO + entity mapper
  • Chat UI: show tip-specific copy ("You tipped" / "Someone tipped you") in the cash bubble and the conversation-list preview when action is TIPPED

Fetch the updated flipcash messaging proto, which adds CashContent.Action
(SENT/TIPPED), and carry the new action field through the messaging stack:

- Domain: add MessageContent.Cash.Action (defaults to SENT)
- Proto mappers: map action in/out with a SENT fallback
- Persistence: round-trip action through the serialized DTO + entity mapper
- Chat UI: show tip-specific copy ("You tipped" / "Someone tipped you") in
  the cash bubble and the conversation-list preview when action is TIPPED
@bmc08gt bmc08gt self-assigned this Jul 24, 2026
@github-actions github-actions Bot added type: feature New functionality area: network gRPC, connectivity, API, exchange rates labels Jul 24, 2026
@bmc08gt
bmc08gt merged commit 0d4c460 into code/cash Jul 24, 2026
3 checks passed
@bmc08gt
bmc08gt deleted the feat/messaging-tip-action branch July 24, 2026 19:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: network gRPC, connectivity, API, exchange rates type: feature New functionality

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant