mirror of
https://github.com/friendica/friendica
synced 2024-11-10 05:02:58 +00:00
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'],
|
||||
'contact_deny' => $owner['deny_cid'],
|
||||
'group_deny' => $owner['deny_gid'],
|
||||
], $request);
|
||||
], $request);
|
||||
|
||||
if (!empty($request['htmlstatus'])) {
|
||||
$body = HTML::toBBCodeVideo($request['htmlstatus']);
|
||||
|
|
Loading…
Reference in a new issue