Skip to content

Commit 7186292

Browse files
committed
Remove fallback text in MockAction details
1 parent 9e279d7 commit 7186292

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modlog_wiki_publisher.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -675,7 +675,7 @@ def __init__(self, action_id, action_type, moderator, target_id, target_type, di
675675
self.mod = moderator
676676
# Use the timestamp directly
677677
self.created_utc = timestamp
678-
self.details = removal_reason or "No removal reason found."
678+
self.details = removal_reason
679679
self.display_id = display_id
680680
self.target_permalink = target_permalink.replace('https://reddit.com', '') if target_permalink and target_permalink.startswith('https://reddit.com') else target_permalink
681681
self.target_permalink_cached = target_permalink

0 commit comments

Comments
 (0)