kopia lustrzana https://github.com/pixelfed/pixelfed
Update Media model
rodzic
851c441319
commit
4688e6c605
|
@ -55,4 +55,9 @@ class Media extends Model
|
|||
}
|
||||
return $verb;
|
||||
}
|
||||
|
||||
public function getMetadata()
|
||||
{
|
||||
return json_decode($this->metadata, true, 3);
|
||||
}
|
||||
}
|
||||
|
|
Ładowanie…
Reference in New Issue