Merge pull request #1181 from MrPetovan/task/remove-event-adjust

[advancedcontentfilter] Remove event.adjust field from available fields to match
This commit is contained in:
Michael Vogel
2021-10-04 14:33:02 +02:00
committed by GitHub
2 changed files with 1 additions and 6 deletions
@@ -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',
];
@@ -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>