mirror of
https://github.com/appwrite/appwrite
synced 2026-05-06 06:48:22 +00:00
Merge pull request #8757 from ItzNotABug/update-walter-references
Fix Walter References
This commit is contained in:
commit
a49c3a33f0
2 changed files with 8 additions and 4 deletions
|
|
@ -412,6 +412,7 @@ august
|
|||
sammy
|
||||
cool
|
||||
brian
|
||||
brien
|
||||
platinum
|
||||
jake
|
||||
bronco
|
||||
|
|
@ -1935,6 +1936,7 @@ panama
|
|||
lucy
|
||||
buffy
|
||||
brianna
|
||||
brienna
|
||||
welcome1
|
||||
vette
|
||||
blue22
|
||||
|
|
@ -3053,6 +3055,7 @@ randall
|
|||
abstr
|
||||
napster
|
||||
brian1
|
||||
brien1
|
||||
bogart
|
||||
high
|
||||
hitler
|
||||
|
|
@ -4123,6 +4126,7 @@ truman
|
|||
cubbies
|
||||
nitram
|
||||
briana
|
||||
briena
|
||||
ebony
|
||||
kings
|
||||
warner
|
||||
|
|
|
|||
|
|
@ -609,9 +609,9 @@ App::get('/v1/cards/cloud')
|
|||
|
||||
$isPlatinum = $user->getInternalId() % 100 === 0;
|
||||
} else {
|
||||
$name = $mock === 'normal-long' ? 'Sir First Walter O\'Brian Junior' : 'Walter O\'Brian';
|
||||
$name = $mock === 'normal-long' ? 'Sir First Walter O\'Brien Junior' : 'Walter O\'Brien';
|
||||
$createdAt = new \DateTime('now');
|
||||
$githubName = $mock === 'normal-no-github' ? '' : ($mock === 'normal-long' ? 'sir-first-walterobrian-junior' : 'walterobrian');
|
||||
$githubName = $mock === 'normal-no-github' ? '' : ($mock === 'normal-long' ? 'sir-first-walterobrien-junior' : 'walterobrien');
|
||||
$isHero = $mock === 'hero';
|
||||
$isContributor = $mock === 'contributor';
|
||||
$isEmployee = \str_starts_with($mock, 'employee');
|
||||
|
|
@ -900,9 +900,9 @@ App::get('/v1/cards/cloud-og')
|
|||
} else {
|
||||
$bgVariation = \str_ends_with($mock, '-bg2') ? '2' : (\str_ends_with($mock, '-bg3') ? '3' : '1');
|
||||
$cardVariation = \str_ends_with($mock, '-right') ? '2' : (\str_ends_with($mock, '-middle') ? '3' : '1');
|
||||
$name = \str_starts_with($mock, 'normal-long') ? 'Sir First Walter O\'Brian Junior' : 'Walter O\'Brian';
|
||||
$name = \str_starts_with($mock, 'normal-long') ? 'Sir First Walter O\'Brien Junior' : 'Walter O\'Brien';
|
||||
$createdAt = new \DateTime('now');
|
||||
$githubName = $mock === 'normal-no-github' ? '' : (\str_starts_with($mock, 'normal-long') ? 'sir-first-walterobrian-junior' : 'walterobrian');
|
||||
$githubName = $mock === 'normal-no-github' ? '' : (\str_starts_with($mock, 'normal-long') ? 'sir-first-walterobrien-junior' : 'walterobrien');
|
||||
$isHero = \str_starts_with($mock, 'hero');
|
||||
$isContributor = \str_starts_with($mock, 'contributor');
|
||||
$isEmployee = \str_starts_with($mock, 'employee');
|
||||
|
|
|
|||
Loading…
Reference in a new issue