1
0
Forkuj 0

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

[advancedcontentfilter] Remove event.adjust field from available fields to match
Ten commit jest zawarty w:
Michael Vogel 2021-10-04 14:33:02 +02:00 zatwierdzone przez GitHub
commit 4026d06287
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
2 zmienionych plików z 1 dodań i 6 usunięć

Wyświetl plik

@ -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',
];

Wyświetl plik

@ -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>