dappforce / subsocial-solochain

NOTE: Development continues in https://github.com/dappforce/subsocial-parachain repo. Subsocial full node with Substrate/Polkadot pallets for decentralized communities: blogs, posts, comments, likes, reputation.
http://subsocial.network
GNU General Public License v3.0
81 stars 23 forks source link

Upgrade `pallet-posts` to the new frame system. #183

Closed shekohex closed 2 years ago

shekohex commented 2 years ago

Changes to the Pallet:

@@ -1,7 +1,7 @@
 {
   "name": "Posts",
   "storage": {
-    "prefix": "PostsModule",
+    "prefix": "Posts",
     "entries": [
       {
         "name": "NextPostId",
@@ -197,7 +197,9 @@
         0,
         0
       ],
-      "documentation": []
+      "documentation": [
+        " Max comments depth"
+      ]
     }
   ],
   "errors": [