diff --git a/suchwowx/routes/meme.py b/suchwowx/routes/meme.py index 2f8cd9a..aa81f10 100644 --- a/suchwowx/routes/meme.py +++ b/suchwowx/routes/meme.py @@ -85,6 +85,7 @@ def publish(): res = upload_to_ipfs(meme.id) meme.meta_ipfs_hash = res[0] meme.meme_ipfs_hash = res[1] + meme.approved = True db.session.commit() flash('Published new meme to local database and IPFS.', 'success') # noqa else: diff --git a/suchwowx/templates/about.html b/suchwowx/templates/about.html index 1f47f2a..8030a80 100644 --- a/suchwowx/templates/about.html +++ b/suchwowx/templates/about.html @@ -12,7 +12,7 @@ Welcome.

This service is a continuation of SuchWow for the Wownero cryptocurrency project. - It has been remixed onto the Avalanche network and Interplanetary Filesystem and launched with a smart contract with some useful features. + It has been revamped to use Interplanetary Filesystem, server federation / content sharing, and optionally Avalanche network via a smart contract with some useful features (if you're into memes). It's a decentralized application (dApp); it's preferred you run it locally and bootstrap the services on your own machine. Here's the source code and instructions to run: SuchWowX


@@ -22,7 +22,8 @@

This iteration of SuchWow will strive to provide decentralized and leaderless operations. - You can run it anywhere and see all the content, you don't need my server. + You can run it anywhere and see all the content, you won't need my server (but you can use it). + You should run your own. You can control which content you see, store, and share (via IPFS pins). I'll deploy an immutable smart contract with what sounds aite, everyone can make their own clients (yall can use mine, it's flask),