- 🇺🇸United States TolstoyDotCom L.A.
I created this for the 8.2 version: https://www.drupal.org/project/mail_safety/issues/3380292 🐛 Change 'mail' column to be a blob Needs review
That column is currently defined in mail_safety.install as 'type' => 'text'
, causing problems when the message contains binary data (like geometry data). Please change to 'type' => 'blob'
.
Active
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
I created this for the 8.2 version: https://www.drupal.org/project/mail_safety/issues/3380292 🐛 Change 'mail' column to be a blob Needs review