Coding a fun bot in Rust, for Matrix chat. This time:
- Figure out how to make our sending device able to sync as well as keeping a reference to it to use for sending
- Decide this was all a terrible idea, and start trying to share clones of a single Matrix client between the sender and receiver.
Next time:
- Finish off sharing clones of the client between sender and receiver
- Invite Arnie to our Matrix room and see him join!