nextcloud / social

🎉 Social can be used for work, or to connect to the fediverse!
https://apps.nextcloud.com/apps/social
GNU Affero General Public License v3.0
489 stars 59 forks source link

post don't show up on public profile #1850

Open schiessle opened 1 year ago

schiessle commented 1 year ago

I tried my first post on c.nc.com and expected that it shows up on my profile: https://cloud.nextcloud.com/u/bjoern

But only logged-in users seems to see it although I would expect that everyone see it. The post was set to "public".

Steps to reproduce:

  1. post something as "public" ("visible for all").
  2. Logout
  3. Visit your profile page
  4. No posts are shown
schiessle commented 11 months ago

Some additional informatin the request to https://cloud.nextcloud.com/apps/social/api/v1/accounts/bjoern/statuses returns 401 with the error "the access_token was revoked" in the body of the response.

schiessle commented 11 months ago

@ArtificialOwl any idea?