We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 320df28 commit 3483e18Copy full SHA for 3483e18
src/libraries/User.php
@@ -614,13 +614,12 @@ public function jsonSerialize()
614
];
615
616
return [
617
- 'avatar_url' => $this->getAvatarURI(null),
618
- 'created_datetime' => $created_datetime,
619
- 'id' => $this->getId(),
620
- 'name' => $this->getName(),
621
- 'timezone' => $this->getTimezone(),
622
- 'url' => $this->getURI(),
623
- 'verified_datetime' => $verified_datetime,
+ 'avatar_url' => $this->getAvatarURI(null),
+ 'id' => $this->getId(),
+ 'member_for' => $this->getCreatedEstimate(),
+ 'name' => $this->getName(),
+ 'timezone' => $this->getTimezone(),
+ 'url' => $this->getURI(),
624
625
}
626
0 commit comments