quantumish / blatherskite

Chat app backend in Rust
0 stars 2 forks source link

Support media in messages #8

Open quantumish opened 2 years ago

quantumish commented 2 years ago

Right now, messages are text-only.

Media sharing would complicate things a decent amount: some changing of database schema would be necessary, and a separate service would be needed to actually handle the media (as storing it directly in the database seems unwise).