Oups, oubli.

This commit is contained in:
Boris 2022-12-02 15:04:00 +01:00
parent bfa50d3574
commit c80f7171d1
1 changed files with 7 additions and 0 deletions

View File

@ -44,6 +44,13 @@ class GchangeUser {
}
}
static public function constructVoidUser ($pubkey) {
$this->userGchangeId = $pubkey;
$this->userName = substr($this->userGchangeId, 0, 8);
}
public function getUserGchangeId () {
return $this->userGchangeId;