Standards and unify variables

This commit is contained in:
Michael 2023-09-09 13:02:20 +00:00
parent 52db2b3da1
commit d1c00cf1f6
4 changed files with 42 additions and 42 deletions

View file

@ -196,6 +196,6 @@ class Community extends Timeline
}
}
$this->max_id = $request['last_commented'] ?? $this->max_id;
$this->maxId = $request['last_commented'] ?? $this->maxId;
}
}