You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The subjectparams table of oc_activity_mq has a size limit of 4000 characters while the subjectparams of oc_activity are a longtext column.
@nickvergessen Is there any reasoning behind that? Wouldn't it make sense to have a longtext for the mq table as well, since otherwise activity entries might not be added to the mq table if the subject params json exceeds 4000 chars.
The text was updated successfully, but these errors were encountered:
It's text saves up to 65k chars. If you have a 4k char you had the app disabled when updating from I think oc 8 to 8.1
We could add a migration to try the conversation again, but it's not happening anymore, so it's plain for people migrating very old instances.
The subjectparams table of oc_activity_mq has a size limit of 4000 characters while the subjectparams of oc_activity are a longtext column.
@nickvergessen Is there any reasoning behind that? Wouldn't it make sense to have a longtext for the mq table as well, since otherwise activity entries might not be added to the mq table if the subject params json exceeds 4000 chars.
The text was updated successfully, but these errors were encountered: