Backend storage This declares the PState as a map of lists, with the keys being 64-bit user IDs and the list values being post data. The name of a PState always begins with $$ . For each user, it tracks their feed as a list of content.
Need help?
Contact usBackend storage This declares the PState as a map of lists, with the keys being 64-bit user IDs and the list values being post data. The name of a PState always begins with $$ . For each user, it tracks their feed as a list of content.