Skip to content

Commit

Permalink
Update lexicons fetched from 0c54951 committed 2023-12-12T21:37:06Z (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
MarshalX authored Dec 13, 2023
1 parent 27aec93 commit 4dc0695
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ class Response(base.ResponseModelBase):

notifications: t.List['models.AppBskyNotificationListNotifications.Notification'] #: Notifications.
cursor: t.Optional[str] = None #: Cursor.
seen_at: t.Optional[str] = Field(default=None, alias='seenAt') #: Seen at.


class Notification(base.ModelBase):
Expand Down
3 changes: 2 additions & 1 deletion lexicons/app.bsky.notification.listNotifications.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
"notifications": {
"type": "array",
"items": { "type": "ref", "ref": "#notification" }
}
},
"seenAt": { "type": "string", "format": "datetime" }
}
}
}
Expand Down

0 comments on commit 4dc0695

Please sign in to comment.