feat(chat): unlock paid messages before payment

This commit is contained in:
2026-06-30 18:56:17 +08:00
parent 5f94105bc6
commit e7a9e7abe5
21 changed files with 774 additions and 31 deletions
@@ -11,6 +11,8 @@ describe("toView", () => {
id: "user-1",
username: "Luna",
email: "",
country: "",
countryCode: "",
avatarUrl: "",
intimacy: 0,
dolBalance: 0,
@@ -30,6 +32,8 @@ describe("toView", () => {
id: "user-2",
username: "Elio",
email: "elio@example.com",
country: "Hong Kong",
countryCode: "HK",
avatarUrl: "https://example.com/avatar.png",
intimacy: 42,
dolBalance: 12,
@@ -45,6 +49,8 @@ describe("toView", () => {
id: "user-2",
username: "Elio",
email: "elio@example.com",
country: "Hong Kong",
countryCode: "HK",
avatarUrl: "https://example.com/avatar.png",
intimacy: 42,
dolBalance: 12,