RE: Remarks After I Created a Community + Bug

You are viewing a single comment's thread from:

Remarks After I Created a Community + Bug

in hive-144703 •  5 years ago 

Soon we'll have a 'Communities' tab on the account page which will make it easy to find all your communities 👍

Bug: Logout / login maintains permissions until page is refreshed

Let's say you are logged in with an admin or mod account, then log out. If you (someone) log in with an account with less permissions, it will keep the permissions of the admin or mod account until you refresh the page.

Could you confirm this is not just a client-side glitch? Community permissions are based on blockchain auth, so this should not be possible at all. With community ops, the frontend uses optimistic updates, so on weird cases like this, it may be that condenser treats it as a success; but if you refresh, you will see the changes were not actually applied.

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

I tested it again. You are right, on the interface it looks as if the test post was muted with an account without privileges, but after I moved around the community a bit and checked again, it wasn't.

But still condenser displays the post as muted immediately after clicking "Mute" from the account without privileges, before the operation actually takes place.

However I understand optimistic updates generally will help improve user experience.