valknight / Cohost.py

A python library for Cohost.org!
MIT License
58 stars 8 forks source link

Can't access indivual project notifcations #21

Open AurySystem opened 1 year ago

AurySystem commented 1 year ago

The api endpoint "notifications/list" seems to require more data to fetch a project's notification feed and only fetches the list from the defualt project

AurySystem commented 1 year ago

correction: Not extra data, the session needs to switch to the project to get it's notifs, in theory we could manually swap projects manually, but long term it'd be better to have a method for it.

valknight commented 1 year ago

🤦 yeah that makes sense. this shouldn't be too hard a one to fix up, thank you!

valknight commented 1 year ago

Ok, project switching should be included in the next release. I'll leave this open, as this isn't an ideal solution. However, I'll mark this as a lower priority now there's been a semi-resolution.