Southclaws / storyden

With a fresh new take on traditional bulletin board forum software, Storyden is a modern, secure and extensible platform for building communities.
https://www.storyden.org/
Mozilla Public License 2.0
93 stars 11 forks source link

Feed Mutations in drafts do not work #234

Open Southclaws opened 1 month ago

Southclaws commented 1 month ago

Deleting a post from this screen does not correctly optimistically update the cache so the post stays present despite the API request succeeding. This is most likely because the key function for the mutation is being too strict and filtering out the swr query because it contains ?visibility=draft

image