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
Copy file name to clipboardExpand all lines: core/config_help.json
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1345,5 +1345,29 @@
1345
1345
"Only used when `snooze_behavior` is 'move'.",
1346
1346
"If not set or invalid, the channel will remain in its current category or the bot will fall back to deleting on failure."
1347
1347
]
1348
+
},
1349
+
"snooze_store_attachments": {
1350
+
"default": "No",
1351
+
"description": "When enabled and `snooze_behavior` is 'delete', image attachments are stored as base64 within the snooze data so they can be re-uploaded on unsnooze, preserving media even if the original channel was deleted.",
1352
+
"examples": [
1353
+
"`{prefix}config set snooze_store_attachments yes`",
1354
+
"`{prefix}config set snooze_store_attachments no`"
1355
+
],
1356
+
"notes": [
1357
+
"Only applies to delete-behavior snoozes. In move-behavior, attachments remain in the channel history.",
0 commit comments