flamethrower
flamethrower copied to clipboard
resolve_renames should only send a rename once
If you're in two rooms with the same person, 'send_rename' will be called twice with the same arguments. We should only send this rename command once.
Maybe store users at the server level and reference them from the campfire rooms?