Update ap helpers, set text type when appropriate
This commit is contained in:
parent
f392fa4ed4
commit
9f4f983f27
2 changed files with 3 additions and 0 deletions
|
@ -364,6 +364,8 @@ class StatusController extends Controller
|
|||
if($photos >= 1 && $videos >= 1) {
|
||||
return 'photo:video:album';
|
||||
}
|
||||
|
||||
return 'text';
|
||||
}
|
||||
|
||||
public function toggleVisibility(Request $request) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue