/admin
should not be necessary. Are you saying you couldn't get invite working without /admin? @mikkeschiren
SELECT strip(jsonb_to_tsvector('english', jsonb_agg(data), '["string"]'))
FROM (SELECT events_event.data from events_event where issue_id = x limit 1000) as data;
ERROR: total size of jsonb array elements exceeds the maximum of 268435455 bytes
and string is too long for tsvector (1101146 bytes, max 1048575 bytes)
and is potentially slow.
I haven't tested discord, do you think you could open an issue on gitlab and ideally a merge request with a failing unit test?
Webhooks use the slack-like message syntax. So if an app doesn't support it, then it won't work.