Pull Request Description
I turned back on the functions that fill in the community drawer subscriptions lists.
_getAccountInformation hits https://codeberg.org/rimu/pyfedi/src/branch/main/app/api/alpha/routes.py#L258
_getAccountSubscriptions hits https://codeberg.org/rimu/pyfedi/src/branch/main/app/api/alpha/routes.py#L64
_getFavoritedCommunities appears to be local to the app, but as seen in the screen shot, that works too.
Issue Being Fixed
No subscriptions list in the community drawer.
Screenshots / Recordings
two screenshots show what it looks like on my linux host.
- one not logged in, showing no subs and using my dev host as an 'anonymous' instance
- one where I logged in my user and have the list of subscribed communities populated
## Pull Request Description
I turned back on the functions that fill in the community drawer subscriptions lists.
`_getAccountInformation` hits https://codeberg.org/rimu/pyfedi/src/branch/main/app/api/alpha/routes.py#L258
`_getAccountSubscriptions` hits https://codeberg.org/rimu/pyfedi/src/branch/main/app/api/alpha/routes.py#L64
`_getFavoritedCommunities` appears to be local to the app, but as seen in the screen shot, that works too.
## Issue Being Fixed
No subscriptions list in the community drawer.
## Screenshots / Recordings
two screenshots show what it looks like on my linux host.
- one not logged in, showing no subs and using my dev host as an 'anonymous' instance
- one where I logged in my user and have the list of subscribed communities populated