{{ message }}
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
Prior to my update from 0.8.10 to 0.9.1, a regular user could share a chat.
Now, when a chat is shared, by default it is Private (somewhat silly, to default to sharing a chat with only yourself, but let's move on).
I switch to Public, and I get a note saying the access was updated. Shows as public.
Close the chat share dialog, and reopen. Still private. Nobody else can view the chat. I seem to be able to share with specific people, but not Public.
Switch to an admin user, and I can share with Public no problem.
From what I can tell in the HTTP requests, there is no difference between the two. Both return 200 status, and both have the same payload:
{access_grants: [{principal_type: "user", principal_id: "*", permission: "read"}]}Just, the one from the regular user fails, and the one from the admin succeeds.
Is there a config option I now need to set? chat sharing is turned on. I didn't see anything regarding sharing with public.
Beta Was this translation helpful? Give feedback.
All reactions