Add interest feed customization, 20-photo gallery with crop, videos, and profile media curation
This commit is contained in:
@@ -29,7 +29,7 @@ export const MOCK_PROFILES: Profile[] = [
|
||||
status: "hosting",
|
||||
is_anonymous: false,
|
||||
is_verified: true,
|
||||
kinks: ["oral", "rimming", "daddy", "exhibitionism"],
|
||||
kinks: ["oral", "rimming", "daddy", "exhibitionist", "leather"],
|
||||
sti_status: "Negative, On PrEP",
|
||||
on_prep: true,
|
||||
last_active: new Date().toISOString(),
|
||||
@@ -115,7 +115,7 @@ export const MOCK_PROFILES: Profile[] = [
|
||||
status: "online",
|
||||
is_anonymous: false,
|
||||
is_verified: true,
|
||||
kinks: ["leather", "bdsm", "oral", "fisting"],
|
||||
kinks: ["leather", "oral", "fisting", "twinks"],
|
||||
sti_status: "Negative",
|
||||
on_prep: true,
|
||||
last_active: new Date(Date.now() - 300000).toISOString(),
|
||||
@@ -255,7 +255,7 @@ export const MOCK_PROFILES: Profile[] = [
|
||||
status: "looking",
|
||||
is_anonymous: false,
|
||||
is_verified: true,
|
||||
kinks: ["anon", "oral", "exhibitionism"],
|
||||
kinks: ["anon", "oral", "exhibitionist", "twinks"],
|
||||
sti_status: "Negative",
|
||||
on_prep: false,
|
||||
last_active: new Date(Date.now() - 90000).toISOString(),
|
||||
|
||||
Reference in New Issue
Block a user