Fix: Undefined array key "allow_cid"

This commit is contained in:
Michael 2024-04-15 03:25:06 +00:00
parent 642c55ee3e
commit b351819986
1 changed files with 4 additions and 0 deletions

View File

@ -83,6 +83,10 @@ class Statuses extends BaseApi
$item['network'] = $post['network'];
$item['gravity'] = $post['gravity'];
$item['verb'] = $post['verb'];
$item['allow_cid'] = $post['allow_cid'];
$item['allow_gid'] = $post['allow_gid'];
$item['deny_cid'] = $post['deny_cid'];
$item['deny_gid'] = $post['deny_gid'];
$item['app'] = $this->getApp();
$item['sensitive'] = $request['sensitive'];