[advancedcontentfilter] Remove event.adjust field from available fields to match

This commit is contained in:
Hypolite Petovan 2021-10-04 08:18:46 -04:00
parent a5e15acee9
commit 23a02dbde7
2 changed files with 1 additions and 6 deletions

View File

@ -280,7 +280,7 @@ function advancedcontentfilter_build_fields($data)
'network', 'url', 'name', 'writable', 'self',
'cid', 'alias',
'event_created', 'event_edited', 'event_start', 'event_finish', 'event_summary',
'event_desc', 'event_location', 'event_type', 'event_nofinish', 'event_adjust', 'event_ignore',
'event_desc', 'event_location', 'event_type', 'event_nofinish', 'event_ignore',
'children', 'pagedrop', 'tags', 'hashtags', 'mentions',
'attachments',
];

View File

@ -458,11 +458,6 @@ You can also retrieve the variables of a specific post by pasting its URL below
<td>string</td>
<td>null</td>
</tr>
<tr>
<th>event_adjust</th>
<td>boolean</td>
<td>null</td>
</tr>
<tr>
<th>event_ignore</th>
<td>boolean</td>