mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Update Status model
This commit is contained in:
parent
37289f7935
commit
751ccecd2e
1 changed files with 0 additions and 2 deletions
|
@ -65,7 +65,6 @@ class Status extends Model
|
|||
return $this->hasMany(Media::class)->orderBy('order', 'asc')->first();
|
||||
}
|
||||
|
||||
// todo: deprecate after 0.6.0
|
||||
public function viewType()
|
||||
{
|
||||
if($this->type) {
|
||||
|
@ -74,7 +73,6 @@ class Status extends Model
|
|||
return $this->setType();
|
||||
}
|
||||
|
||||
// todo: deprecate after 0.6.0
|
||||
public function setType()
|
||||
{
|
||||
if(in_array($this->type, self::STATUS_TYPES)) {
|
||||
|
|
Loading…
Reference in a new issue