1
0
Fork 0

Issue 10926: Transmit pending events to accepted contacts

This commit is contained in:
Michael 2022-05-30 20:52:43 +00:00
commit cc6192df02
2 changed files with 45 additions and 8 deletions

View file

@ -557,6 +557,10 @@ return [
// Maximum number of posts that a user can send per month with the API. 0 to disable monthly throttling.
'throttle_limit_month' => 0,
// transmit_pending_events (Boolean)
// Transmit pending events upon accepted contact request for forums
'transmit_pending_events' => false,
// update_active_contacts (Boolean)
// When activated, only public contacts will be activated regularly that are used for example in items or tags.
'update_active_contacts' => false,