feat(chat): unlock paid messages before payment
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user