このコミットが含まれているのは:
2024-09-01 17:42:11 +09:00
コミット a000065dce
+1 -1
ファイルの表示
@@ -19,7 +19,7 @@ def check_notifications (
if notification.reason in ['mention', 'reply']: if notification.reason in ['mention', 'reply']:
uris += [notification.uri] uris += [notification.uri]
elif notification.reason == 'follow': 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 }) client.app.bsky.notification.update_seen ({ 'seen_at': last_seen_at })