-
Notifications
You must be signed in to change notification settings - Fork 15
Reaction & Post Deletion #24
Comments
I'm planning to implement this functionality in later releases. BTW, Posts and reactions won't actually be deleted, just removed (archived). But I'm not yet sure how it should work. Let's imagine we removed post |
Well that's a very good question. Should be well overthought. |
Actually, It's not so easy. Imagine spending hours writing a reaction just to suddenly realize it's lost due to the author of the superordinate post/reaction removing it. It can be a pain in the a. Or, if there's a way to share a public link to a certain reaction then this link will be broken when the post is dead, which isn't good at all. This is why I didn't implement this feature yet. Maybe it doesn't even make sense to implement it, it's just a tech-demo after all, yet demonstrating filtering by "archived" flags would still be interesting. |
I think this is an interesting problem that really depends on the context of the application's function. For example, Reddit will leave any nested comments (equivalent to a reaction) on deleted posts. This makes sense because the conversation could continue even if the original post is removed. Are you planning on allowing reactions to reactions? If you are doing any sort of message board with a thread of conversation, which it appears you are doing with this application, then I think you should simply have the reaction point to a post marked as removed. |
|
Add post and reaction deletion capabilities.
The text was updated successfully, but these errors were encountered: