@@ -50,12 +50,11 @@ features involved, it may process:
5050
5151* Reddit account IDs and usernames, subreddit IDs, activity counts, rank experience, and last-activity timestamps for
5252 ranks and leaderboards.
53- * Comment IDs and comment text. Comment text is used while detecting and responding to supported commands and is not
54- retained in active application records; the bot retains the comment ID and whether processing completed to prevent
55- duplicate processing.
56- * Submission IDs, titles, text, authors, timestamps, links, flair, and the author's public profile image while preparing
57- notifications. Active application records retain the submission ID, flair metadata, and notification delivery status
58- and timestamp, but not the submission title, text, author, link, or profile image.
53+ * Comment IDs, authors, text, timestamps, processing status, and parsed supported-command metadata. This information is
54+ retained to award activity-based rank experience, respond to supported commands, and prevent duplicate processing.
55+ * Submission IDs, titles, text, authors, timestamps, links, flair metadata, and notification delivery status and
56+ timestamps. This information is retained to award activity-based rank experience, prepare notifications, and prevent
57+ duplicate processing. The author's public Reddit profile image is also processed when preparing a notification.
5958
6059The bot posts Reddit submission notifications to a restricted Discord channel. Those notifications may include the
6160Reddit username and public profile image, submission title and text, link, flair, and timestamp, and remain in Discord
@@ -74,14 +73,15 @@ notifications are posted only to restricted Discord channels available to author
7473### Storage and Retention
7574
7675Application records are stored in access-controlled systems managed by LizardByte and its service providers and are
77- available only to authorized maintainers. Operational logs are similarly access-controlled.
78-
79- Account-linking, rank, and processing-status records are retained while needed to provide those features. Operational
80- logs are removed on a rolling basis, and records posted to restricted Discord channels are retained until an authorized
81- moderator removes them. Users may request access to, correction of, or deletion of their stored application data through
82- the [ LizardByte support portal] ( https://app.lizardbyte.dev/support/ ) . We may retain limited information when necessary for
83- security, abuse prevention, legal compliance, or resolving disputes. Requests to delete Reddit personal data will be
84- completed within 10 days.
76+ available only to authorized maintainers. Operational logs are similarly access-controlled and may include Reddit
77+ submission metadata or supported command text needed to operate and troubleshoot the application.
78+
79+ Account-linking, rank, Reddit activity, and processing-status records are retained while needed to provide those
80+ features. Operational logs are removed on a rolling basis, and records posted to restricted Discord channels are
81+ retained until an authorized moderator removes them. Users may request access to, correction of, or deletion of their
82+ stored application data through the [ LizardByte support portal] ( https://app.lizardbyte.dev/support/ ) . We may retain
83+ limited information when necessary for security, abuse prevention, legal compliance, or resolving disputes. Requests
84+ to delete Reddit personal data will be completed within 10 days.
8585
8686## Website Visitors
8787
0 commit comments