Update src/Module/Api/Twitter/Statuses/Update.php
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
This commit is contained in:
parent
d05910a6e5
commit
0209c39e0a
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ class Update extends BaseApi
|
||||||
'group_allow' => $owner['allow_gid'],
|
'group_allow' => $owner['allow_gid'],
|
||||||
'contact_deny' => $owner['deny_cid'],
|
'contact_deny' => $owner['deny_cid'],
|
||||||
'group_deny' => $owner['deny_gid'],
|
'group_deny' => $owner['deny_gid'],
|
||||||
], $request);
|
], $request);
|
||||||
|
|
||||||
if (!empty($request['htmlstatus'])) {
|
if (!empty($request['htmlstatus'])) {
|
||||||
$body = HTML::toBBCodeVideo($request['htmlstatus']);
|
$body = HTML::toBBCodeVideo($request['htmlstatus']);
|
||||||
|
|
Loading…
Reference in a new issue