みてるぞ 2 weeks ago
parent
commit
080d454684
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      ai
  2. +1
    -1
      main.py

+ 1
- 1
ai

@@ -1 +1 @@
Subproject commit 28f16ec1d6c0efa3fbb70190c203a361ba4b91a0
Subproject commit dfa09e1e66550e731b740d85e06d88a0caa33eda

+ 1
- 1
main.py View File

@@ -19,7 +19,7 @@ def check_notifications (
if notification.reason in ['mention', 'reply']:
uris += [notification.uri]
elif notification.reason == 'follow':
client.follow (notification.ahthor.did)
client.follow (notification.author.did)

client.app.bsky.notification.update_seen ({ 'seen_at': last_seen_at })



Loading…
Cancel
Save