Version 1.1 #55

Merged
waifu merged 63 commits from dev into master 2025-06-12 21:10:30 -07:00
Showing only changes of commit ff20e26821 - Show all commits

View file

@ -19,6 +19,7 @@ def process_notification(client, notification):
if not (instance in WHITELISTED_INSTANCES or instance == 'local'):
print(f'⚠️ Blocked notification from untrusted instance: {instance}')
return
# Copy visibility of the post that was received when replying (so if people
# don't want to dump a bunch of notes on home they don't have to)