Skip to content

Instantly share code, notes, and snippets.

@abelmartin
Created November 28, 2015 20:18
Show Gist options
  • Save abelmartin/932adf7684dec061150b to your computer and use it in GitHub Desktop.
Save abelmartin/932adf7684dec061150b to your computer and use it in GitHub Desktop.
ahub notes
If you try to delete a deleted thing:
=> 401 Unauthorized: <html>
<head>
<title>Permission Denied</title>
</head>
<body>
<content tag="hideAsk"></content>
<content tag="fullWidth"></content>
<h1>Access Denied</h1>
We're sorry, but you do not have permission to do the activity you attempted. If you believe this to be in error, please contact the site administrator(s).</body>
</html>
If you create something, it's in the action stream.
If you delete something, it's in the action stream.
If you undelete something...it simply pulls the delete out of the action stream.
The action stream includes the `node` and a `rootNode` for answers & questions.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment