Replies: 2 comments 1 reply
-
That shouldn't be hard to handle. I might as well add a few other properties as well. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@mdgrs-mei I added this to version 2.4.0. Update the module and let me know how this works for you. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The notification object returned by the
listNotifications
endpoint hasisRead
boolean property.https://docs.bsky.app/docs/api/app-bsky-notification-list-notifications
However, it looks like
PSBlueSkyNotification
object does not have that flag:PSBluesky/functions/Get-PSBlueSkyNotification.ps1
Lines 92 to 103 in 5da0523
Could you expose
isRead
property? I wanted to create a small notification app that notifies you of new unread notifications. It would be useful in that kind of use cases.Beta Was this translation helpful? Give feedback.
All reactions