chrisparsons83 / thebabbles.club

Website for the Babbles.
0 stars 0 forks source link

Allow users to edit messages #19

Closed chrisparsons83 closed 2 years ago

chrisparsons83 commented 2 years ago

Edit their own messages, not others

chrisparsons83 commented 2 years ago

Okay, have the initial setup going. Next things I need to work on is how to handle existing messages because I should be saving the messages as plaintext and not formatted, and then format them on display, I think. Editing is a pain because of that.

Alternatively, and this may be better, saving a plaintext version of the message. Use that as the edit piece. Though probably will just save the plaintext right now and if I need to cache that result, I'll save it as a second field that's already processed.