use the correct value for `account.acct`

Signed-off-by: Robin Appelman <robin@icewind.nl>
pull/1090/head
Robin Appelman 2020-10-15 18:43:41 +02:00
rodzic f8e55b158c
commit cd86386bff
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -741,7 +741,7 @@ class Person extends ACore implements IQueryRow, JsonSerializable {
$result =
[
"username" => $this->getPreferredUsername(),
"acct" => $this->getPreferredUsername(),
"acct" => $this->getAccount(),
"display_name" => $this->getDisplayName(),
"locked" => $this->isLocked(),
"bot" => $this->isBot(),