junhoyeo / threads-api

Unofficial, Reverse-Engineered Node.js/TypeScript client for Meta's Threads. Web UI Included.
https://threads.junho.io
MIT License
1.58k stars 134 forks source link

Is there a way to get a list of notifications as well as clear them? #238

Closed ishaanbuildsthings closed 11 months ago

ishaanbuildsthings commented 11 months ago

Thanks for making this repo,

I checked all the routes, but couldn't seem to find the route that does this in the title. Is there a route for it? I did see some other APIs have it.

junhoyeo commented 11 months ago

Will be added in #189 :)

junhoyeo commented 11 months ago

Was introduced in https://github.com/junhoyeo/threads-api/releases/tag/v1.6.2. Use getNotifications and setNotificationsSeen.

ishaanbuildsthings commented 11 months ago

Was introduced in https://github.com/junhoyeo/threads-api/releases/tag/v1.6.2. Use getNotifications and setNotificationsSeen.

Thanks you are awesome!