eisen-oxid / thermit

An exciting and inspiring messenger written in Rust 🦀 ✉️
MIT License
3 stars 0 forks source link

Subscribe to rooms #45

Open frcroth opened 3 years ago

frcroth commented 3 years ago

I don't know how exactly it should work, but I believe the server should have a database for room_subscribtions with:

When ever a message is created or updated in a room (or the room itself), everyone subscribed to the room should be updated with a message. The format of this message is to be decided.