Actions
Feature proposal #8234
closedImprove activity parsing to allow for custom unknown types
Description
Currently generic activity parsing for group activity is restricted to types listed in $activitySubTypes. Implement an exclude list instead of an include list. Only core GJ integration types would need to be excluded.
Updated by krileon about 4 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Implemented support for an explicit custom type. Specifically the below will allow for GJ parsing.
groupjive.group.GROUP_ID.custom
This can then be extended with whatever is needed. Example as follows.
groupjive.group.GROUP_ID.custom.notes.NOTE_ID
Actions