mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 06:21:27 +00:00
Update StatusHashtag model, add status_visibility to $fillable
This commit is contained in:
parent
a0eb1f1906
commit
39e58f60a2
1 changed files with 2 additions and 1 deletions
|
@ -9,7 +9,8 @@ class StatusHashtag extends Model
|
||||||
public $fillable = [
|
public $fillable = [
|
||||||
'status_id',
|
'status_id',
|
||||||
'hashtag_id',
|
'hashtag_id',
|
||||||
'profile_id'
|
'profile_id',
|
||||||
|
'status_visibility'
|
||||||
];
|
];
|
||||||
|
|
||||||
public function status()
|
public function status()
|
||||||
|
|
Loading…
Reference in a new issue