-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
implement subplebbit.roles proofs #33
Comments
we also need a commentCid to be able to link to the mod from the UI sidebar, so it should be
reminder that linking authors require cid, like |
Should we add |
not at the moment, it was just something to think about. since we're having DHT issues at the moment, we should actually try to think of ways to reduce the amount of cids subs have to reprovide, so we probably wont want to add more CIDs to the design |
the UIs need some proof that a mod is really a mod, otherwise you could just add anyone as a mod to make you sub appear legitimate
the solution to this is to add a field to
then every time a mod takes an action, we can add it to lastCommentEdit, so the UI can confirm that a moderator was active at least once (not fake added) and how long ago he was active.
plebbit-js should validate the lastCommentEdit signatures, and the sub ipns should be invalid if it contains an invalid signature. .eth of authors should only be fetched if resolvedAuthorAddresses is not false
NOTE: eventually we could store commentEdits as a linked list, with commentEdit.previousCid or something, would be good for auditing, people could fetch all the edits by all mods
The text was updated successfully, but these errors were encountered: