mirror of
https://github.com/discourse/discourse.git
synced 2026-08-06 13:08:40 +08:00
The "Encrypts PM if available" checkbox in automation script options was a leftover from the discourse-encrypt plugin, which was archived almost a year ago. Since `EncryptedPostCreator` no longer exists, the option had no effect - the code always fell back to using the regular `PostCreator`. This removes all traces of the `prefers_encrypt` feature: - The checkbox UI in the PM field component - The `prefers_encrypt` parameter from `Utils.send_pm` - References in send_pms and gift_exchange scripts - The column from the pending_pms table (via post-deploy migration) - Associated translations and tests The column removal follows the standard two-phase approach: first declaring `ignored_columns` in the model, then dropping the column in a post-deploy migration. Ref - https://meta.discourse.org/t/-/392664 |
||
|---|---|---|
| .. | ||
| da-boolean-field-test.gjs | ||
| da-categories-field-test.gjs | ||
| da-category-field-test.gjs | ||
| da-category-notification-level-field-test.gjs | ||
| da-choices-field-test.gjs | ||
| da-custom-field-test.gjs | ||
| da-date-time-field-test.gjs | ||
| da-email-group-user-field-test.gjs | ||
| da-group-field-test.gjs | ||
| da-groups-field-test.gjs | ||
| da-message-field-test.gjs | ||
| da-pms-field-test.gjs | ||
| da-post-field-test.gjs | ||
| da-relative-time-field-test.gjs | ||
| da-tags-field-test.gjs | ||
| da-text-field-test.gjs | ||
| da-text-list-field-test.gjs | ||
| da-trust-levels-field-test.gjs | ||
| da-user-field-test.gjs | ||
| da-users-field-test.gjs | ||